Color Hex Logo

#336bad Color Hex

#336BAD
(51,107,173)
0 Favorites   0 Comments

Color spaces of #336bad

RGB 51107173
HSL0.590.540.44
HSV212°71°68°
CMYK 0.710.380.00   0.32
XYZ14.165814.236341.5364
Yxy14.23630.20250.2036
Hunter Lab37.73100.9871-38.8580
CIE-Lab44.56994.0194-40.6197

#336bad color RGB value is (51,107,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101011 10101101
Octal 63 153 255
Decimal 51 107 173
Hex 33 6B AD

RGB Percentages of Color #336bad

%15.41
%32.33
%52.27

CMYK Percentages of Color #336bad

%71
%38
%0
%32

Triadic Colors of #336bad

#336bad #ad336b #6bad33

Analogous Colors of #336bad

#336bad #3833ad #33a8ad

Monochromatic Colors of #336bad

#336bad

Complementary Color

#336bad #ad7533

#336bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#336bad Color CSS Codes

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

#336bad Text Font Color

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

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


#336bad Background Color

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

This div background color is #336bad


#336bad Border Color

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

This div border color is #336bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336bad


Comments

No comments written yet.

Please login to write comment.