Color Hex Logo

#336fca Color Hex

#336FCA
(51,111,202)
0 Favorites   0 Comments

Color spaces of #336fca

RGB 51111202
HSL0.600.600.50
HSV216°75°79°
CMYK 0.750.450.00   0.21
XYZ17.710416.337058.0970
Yxy16.33700.19220.1773
Hunter Lab40.41917.4799-56.9281
CIE-Lab47.413612.2494-52.8826

#336fca color RGB value is (51,111,202).

#336fca hex color red value is 51, green value is 111 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #336fca hue: 0.60 , saturation: 0.60 and the lightness value of 336fca is 0.50.

The process color (four color CMYK) of #336fca color hex is 0.75, 0.45, 0.00, 0.21. Web safe color of #336fca is #3366cc. Color #336fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101111 11001010
Octal 63 157 312
Decimal 51 111 202
Hex 33 6F CA

RGB Percentages of Color #336fca

%14.01
%30.49
%55.49

CMYK Percentages of Color #336fca

%75
%45
%0
%21

Triadic Colors of #336fca

#336fca #ca336f #6fca33

Analogous Colors of #336fca

#336fca #4333ca #33bbca

Monochromatic Colors of #336fca

#336fca

Complementary Color

#336fca #ca8e33

#336fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#336fca Color CSS Codes

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

#336fca Text Font Color

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

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


#336fca Background Color

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

This div background color is #336fca


#336fca Border Color

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

This div border color is #336fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336fca


Comments

No comments written yet.

Please login to write comment.