Color Hex Logo

#336cbf Color Hex

#336CBF
(51,108,191)
0 Favorites   0 Comments

Color spaces of #336cbf

RGB 51108191
HSL0.600.580.47
HSV216°73°75°
CMYK 0.730.430.00   0.25
XYZ16.131815.190551.3720
Yxy15.19050.19510.1837
Hunter Lab38.97505.6751-50.8662
CIE-Lab45.894010.0486-48.9850

#336cbf color RGB value is (51,108,191).

#336cbf hex color red value is 51, green value is 108 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #336cbf hue: 0.60 , saturation: 0.58 and the lightness value of 336cbf is 0.47.

The process color (four color CMYK) of #336cbf color hex is 0.73, 0.43, 0.00, 0.25. Web safe color of #336cbf is #3366cc. Color #336cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101100 10111111
Octal 63 154 277
Decimal 51 108 191
Hex 33 6C BF

RGB Percentages of Color #336cbf

%14.57
%30.86
%54.57

CMYK Percentages of Color #336cbf

%73
%43
%0
%25

Triadic Colors of #336cbf

#336cbf #bf336c #6cbf33

Analogous Colors of #336cbf

#336cbf #4033bf #33b2bf

Monochromatic Colors of #336cbf

#336cbf

Complementary Color

#336cbf #bf8633

#336cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#336cbf Color CSS Codes

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

#336cbf Text Font Color

<p style="color:#336cbf">Text here</p>

This sample text font color is #336cbf
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.


#336cbf Background Color

<div style="background-color:#336cbf">
Div content here</div>

This div background color is #336cbf


#336cbf Border Color

<div style="border:3px solid #336cbf">
Div here</div>

This div border color is #336cbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,108,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #336cbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #336cbf;
  -webkit-box-shadow: 1px 1px 3px 2px #336cbf;
  box-shadow:         1px 1px 3px 2px #336cbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336cbf


Comments

No comments written yet.

Please login to write comment.