Color Hex Logo

#354197 Color Hex

#354197
(53,65,151)
0 Favorites   0 Comments

Color spaces of #354197

RGB 5365151
HSL0.650.480.40
HSV233°65°59°
CMYK 0.650.570.00   0.41
XYZ8.94446.771830.1138
Yxy6.77180.19520.1478
Hunter Lab26.022715.8135-50.3953
CIE-Lab31.281723.6262-48.7861

#354197 color RGB value is (53,65,151).

#354197 hex color red value is 53, green value is 65 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #354197 hue: 0.65 , saturation: 0.48 and the lightness value of 354197 is 0.40.

The process color (four color CMYK) of #354197 color hex is 0.65, 0.57, 0.00, 0.41. Web safe color of #354197 is #333399. Color #354197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000001 10010111
Octal 65 101 227
Decimal 53 65 151
Hex 35 41 97

RGB Percentages of Color #354197

%19.70
%24.16
%56.13

CMYK Percentages of Color #354197

%65
%57
%0
%41

Triadic Colors of #354197

#354197 #973541 #419735

Analogous Colors of #354197

#354197 #5a3597 #357297

Monochromatic Colors of #354197

#354197

Complementary Color

#354197 #978b35

#354197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354197 Color CSS Codes

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

#354197 Text Font Color

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

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


#354197 Background Color

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

This div background color is #354197


#354197 Border Color

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

This div border color is #354197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354197


Comments

No comments written yet.

Please login to write comment.