Color Hex Logo

#334288 Color Hex

#334288
(51,66,136)
0 Favorites   0 Comments

Color spaces of #334288

RGB 5166136
HSL0.640.450.37
HSV229°63°53°
CMYK 0.630.510.00   0.47
XYZ7.75746.377824.1147
Yxy6.37780.20280.1667
Hunter Lab25.254310.6351-38.9365
CIE-Lab30.346317.1164-41.0978

#334288 color RGB value is (51,66,136).

#334288 hex color red value is 51, green value is 66 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #334288 hue: 0.64 , saturation: 0.45 and the lightness value of 334288 is 0.37.

The process color (four color CMYK) of #334288 color hex is 0.63, 0.51, 0.00, 0.47. Web safe color of #334288 is #333399. Color #334288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000010 10001000
Octal 63 102 210
Decimal 51 66 136
Hex 33 42 88

RGB Percentages of Color #334288

%20.16
%26.09
%53.75

CMYK Percentages of Color #334288

%63
%51
%0
%47

Triadic Colors of #334288

#334288 #883342 #428833

Analogous Colors of #334288

#334288 #4f3388 #336d88

Monochromatic Colors of #334288

#334288

Complementary Color

#334288 #887933

#334288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334288 Color CSS Codes

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

#334288 Text Font Color

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

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


#334288 Background Color

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

This div background color is #334288


#334288 Border Color

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

This div border color is #334288


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,66,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #334288; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #334288;
  -webkit-box-shadow: 1px 1px 3px 2px #334288;
  box-shadow:         1px 1px 3px 2px #334288; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334288


Comments

No comments written yet.

Please login to write comment.