Color Hex Logo

#354abb Color Hex

#354ABB
(53,74,187)
0 Favorites   0 Comments

Color spaces of #354abb

RGB 5374187
HSL0.640.560.47
HSV231°72°73°
CMYK 0.720.600.00   0.27
XYZ12.88669.242348.1185
Yxy9.24230.18340.1316
Hunter Lab30.401222.4615-72.5625
CIE-Lab36.446730.8008-61.9147

#354abb color RGB value is (53,74,187).

#354abb hex color red value is 53, green value is 74 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #354abb hue: 0.64 , saturation: 0.56 and the lightness value of 354abb is 0.47.

The process color (four color CMYK) of #354abb color hex is 0.72, 0.60, 0.00, 0.27. Web safe color of #354abb is #3333cc. Color #354abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001010 10111011
Octal 65 112 273
Decimal 53 74 187
Hex 35 4A BB

RGB Percentages of Color #354abb

%16.88
%23.57
%59.55

CMYK Percentages of Color #354abb

%72
%60
%0
%27

Triadic Colors of #354abb

#354abb #bb354a #4abb35

Analogous Colors of #354abb

#354abb #6335bb #358dbb

Monochromatic Colors of #354abb

#354abb

Complementary Color

#354abb #bba635

#354abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#354abb Color CSS Codes

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

#354abb Text Font Color

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

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


#354abb Background Color

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

This div background color is #354abb


#354abb Border Color

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

This div border color is #354abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354abb


Comments

No comments written yet.

Please login to write comment.