Color Hex Logo

#354f98 Color Hex

#354F98
(53,79,152)
0 Favorites   0 Comments

Color spaces of #354f98

RGB 5379152
HSL0.620.480.40
HSV224°65°60°
CMYK 0.650.480.00   0.40
XYZ9.93178.615830.8453
Yxy8.61580.20110.1744
Hunter Lab29.35279.0296-41.7581
CIE-Lab35.233814.6687-43.0188

#354f98 color RGB value is (53,79,152).

#354f98 hex color red value is 53, green value is 79 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #354f98 hue: 0.62 , saturation: 0.48 and the lightness value of 354f98 is 0.40.

The process color (four color CMYK) of #354f98 color hex is 0.65, 0.48, 0.00, 0.40. Web safe color of #354f98 is #336699. Color #354f98 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001111 10011000
Octal 65 117 230
Decimal 53 79 152
Hex 35 4F 98

RGB Percentages of Color #354f98

%18.66
%27.82
%53.52

CMYK Percentages of Color #354f98

%65
%48
%0
%40

Triadic Colors of #354f98

#354f98 #98354f #4f9835

Analogous Colors of #354f98

#354f98 #4d3598 #358198

Monochromatic Colors of #354f98

#354f98

Complementary Color

#354f98 #987e35

#354f98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354f98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354f98 Color CSS Codes

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

#354f98 Text Font Color

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

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


#354f98 Background Color

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

This div background color is #354f98


#354f98 Border Color

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

This div border color is #354f98


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,79,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #354f98; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #354f98;
  -webkit-box-shadow: 1px 1px 3px 2px #354f98;
  box-shadow:         1px 1px 3px 2px #354f98; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354f98


Comments

No comments written yet.

Please login to write comment.