Color Hex Logo

#354072 Color Hex

#354072
(53,64,114)
0 Favorites   0 Comments

Color spaces of #354072

RGB 5364114
HSL0.640.370.33
HSV229°54°45°
CMYK 0.540.440.00   0.55
XYZ6.33895.638616.6738
Yxy5.63860.22120.1968
Hunter Lab23.74576.0954-25.0103
CIE-Lab28.481711.0344-30.3084

#354072 color RGB value is (53,64,114).

#354072 hex color red value is 53, green value is 64 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #354072 hue: 0.64 , saturation: 0.37 and the lightness value of 354072 is 0.33.

The process color (four color CMYK) of #354072 color hex is 0.54, 0.44, 0.00, 0.55. Web safe color of #354072 is #333366. Color #354072 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000000 01110010
Octal 65 100 162
Decimal 53 64 114
Hex 35 40 72

RGB Percentages of Color #354072

%22.94
%27.71
%49.35

CMYK Percentages of Color #354072

%54
%44
%0
%55

Triadic Colors of #354072

#354072 #723540 #407235

Analogous Colors of #354072

#354072 #493572 #355f72

Monochromatic Colors of #354072

#354072

Complementary Color

#354072 #726735

#354072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354072 Color CSS Codes

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

#354072 Text Font Color

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

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


#354072 Background Color

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

This div background color is #354072


#354072 Border Color

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

This div border color is #354072


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,64,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #354072; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #354072;
  -webkit-box-shadow: 1px 1px 3px 2px #354072;
  box-shadow:         1px 1px 3px 2px #354072; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,64,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354072


Comments

No comments written yet.

Please login to write comment.