Color Hex Logo

#336bae Color Hex

#336BAE
(51,107,174)
0 Favorites   0 Comments

Color spaces of #336bae

RGB 51107174
HSL0.590.550.44
HSV213°71°68°
CMYK 0.710.390.00   0.32
XYZ14.262914.275242.0480
Yxy14.27520.20210.2022
Hunter Lab37.78251.2643-39.5358
CIE-Lab44.62504.3861-41.1178

#336bae color RGB value is (51,107,174).

#336bae hex color red value is 51, green value is 107 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #336bae hue: 0.59 , saturation: 0.55 and the lightness value of 336bae is 0.44.

The process color (four color CMYK) of #336bae color hex is 0.71, 0.39, 0.00, 0.32. Web safe color of #336bae is #336699. Color #336bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101011 10101110
Octal 63 153 256
Decimal 51 107 174
Hex 33 6B AE

RGB Percentages of Color #336bae

%15.36
%32.23
%52.41

CMYK Percentages of Color #336bae

%71
%39
%0
%32

Triadic Colors of #336bae

#336bae #ae336b #6bae33

Analogous Colors of #336bae

#336bae #3833ae #33a9ae

Monochromatic Colors of #336bae

#336bae

Complementary Color

#336bae #ae7633

#336bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#336bae Color CSS Codes

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

#336bae Text Font Color

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

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


#336bae Background Color

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

This div background color is #336bae


#336bae Border Color

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

This div border color is #336bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336bae


Comments

No comments written yet.

Please login to write comment.