Color Hex Logo

#354ba8 Color Hex

#354BA8
(53,75,168)
0 Favorites   0 Comments

Color spaces of #354ba8

RGB 5375168
HSL0.630.520.43
HSV229°68°66°
CMYK 0.680.550.00   0.34
XYZ11.05228.616238.1264
Yxy8.61620.19120.1491
Hunter Lab29.353415.8409-56.4630
CIE-Lab35.234623.2082-52.6319

#354ba8 color RGB value is (53,75,168).

#354ba8 hex color red value is 53, green value is 75 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #354ba8 hue: 0.63 , saturation: 0.52 and the lightness value of 354ba8 is 0.43.

The process color (four color CMYK) of #354ba8 color hex is 0.68, 0.55, 0.00, 0.34. Web safe color of #354ba8 is #333399. Color #354ba8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001011 10101000
Octal 65 113 250
Decimal 53 75 168
Hex 35 4B A8

RGB Percentages of Color #354ba8

%17.91
%25.34
%56.76

CMYK Percentages of Color #354ba8

%68
%55
%0
%34

Triadic Colors of #354ba8

#354ba8 #a8354b #4ba835

Analogous Colors of #354ba8

#354ba8 #5935a8 #3585a8

Monochromatic Colors of #354ba8

#354ba8

Complementary Color

#354ba8 #a89235

#354ba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354ba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354ba8 Color CSS Codes

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

#354ba8 Text Font Color

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

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


#354ba8 Background Color

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

This div background color is #354ba8


#354ba8 Border Color

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

This div border color is #354ba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354ba8


Comments

No comments written yet.

Please login to write comment.