Color Hex Logo

#354199 Color Hex

#354199
(53,65,153)
0 Favorites   0 Comments

Color spaces of #354199

RGB 5365153
HSL0.650.490.40
HSV233°65°60°
CMYK 0.650.580.00   0.40
XYZ9.10836.837430.9767
Yxy6.83740.19410.1457
Hunter Lab26.148416.4173-51.9339
CIE-Lab31.433824.3510-49.7567

#354199 color RGB value is (53,65,153).

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

The process color (four color CMYK) of #354199 color hex is 0.65, 0.58, 0.00, 0.40. Web safe color of #354199 is #333399. Color #354199 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000001 10011001
Octal 65 101 231
Decimal 53 65 153
Hex 35 41 99

RGB Percentages of Color #354199

%19.56
%23.99
%56.46

CMYK Percentages of Color #354199

%65
%58
%0
%40

Triadic Colors of #354199

#354199 #993541 #419935

Analogous Colors of #354199

#354199 #5b3599 #357399

Monochromatic Colors of #354199

#354199

Complementary Color

#354199 #998d35

#354199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354199 Color CSS Codes

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

#354199 Text Font Color

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

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


#354199 Background Color

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

This div background color is #354199


#354199 Border Color

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

This div border color is #354199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354199


Comments

No comments written yet.

Please login to write comment.