color codes Logo

#339dbc color codes

#339DBC
(51,157,188)
0 Favorites   0 Comments

Color spaces of #339dbc

RGB 51157188
HSL0.540.570.47
HSV194°73°74°
CMYK 0.730.160.00   0.26
XYZ22.499328.448651.8822
Yxy28.44860.21880.2767
Hunter Lab53.3372-18.0433-20.3365
CIE-Lab60.2919-19.5441-24.6749

#339dbc color RGB value is (51,157,188).

#339dbc hex color red value is 51, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #339dbc hue: 0.54 , saturation: 0.57 and the lightness value of 339dbc is 0.47.

The process color (four color CMYK) of #339dbc color code is 0.73, 0.16, 0.00, 0.26. Web safe color of #339dbc is #3399cc. Color #339dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011101 10111100
Octal 63 235 274
Decimal 51 157 188
Hex 33 9D BC

RGB Percentages of Color #339dbc

%12.88
%39.65
%47.47

CMYK Percentages of Color #339dbc

%73
%16
%0
%26

Triadic Colors of #339dbc

#339dbc #bc339d #9dbc33

Analogous Colors of #339dbc

#339dbc #3358bc #33bc97

Monochromatic Colors of #339dbc

#339dbc

Complementary Color

#339dbc #bc5233

#339dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#339dbc Color CSS Codes

.mybgcolor {background-color:#339dbc; } 
.myforecolor {color:#339dbc; }
.mybordercolor {border:3px solid #339dbc; }

#339dbc Text Font Color

<p style="color:#339dbc">Text here</p>

This sample text font color is #339dbc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#339dbc Background Color

<div style="background-color:#339dbc">
Div content here</div>

This div background color is #339dbc


#339dbc Border Color

<div style="border:3px solid #339dbc">
Div here</div>

This div border color is #339dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,157,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #339dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #339dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #339dbc;
  box-shadow:         1px 1px 3px 2px #339dbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,157,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #339dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #339dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #339dbc;
  box-shadow:         1px 1px 3px 2px #339dbc;">
Div content here</div>

This div box has shadow with color #339dbc


Comments

No comments written yet.

Please login to write comment.