Color Hex Logo

#354dab Color Hex

#354DAB
(53,77,171)
0 Favorites   0 Comments

Color spaces of #354dab

RGB 5377171
HSL0.630.530.44
HSV228°69°67°
CMYK 0.690.550.00   0.33
XYZ11.47289.004939.6615
Yxy9.00490.19080.1497
Hunter Lab30.008215.7303-57.3573
CIE-Lab35.993722.9934-53.1901

#354dab color RGB value is (53,77,171).

#354dab hex color red value is 53, green value is 77 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #354dab hue: 0.63 , saturation: 0.53 and the lightness value of 354dab is 0.44.

The process color (four color CMYK) of #354dab color hex is 0.69, 0.55, 0.00, 0.33. Web safe color of #354dab is #336699. Color #354dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001101 10101011
Octal 65 115 253
Decimal 53 77 171
Hex 35 4D AB

RGB Percentages of Color #354dab

%17.61
%25.58
%56.81

CMYK Percentages of Color #354dab

%69
%55
%0
%33

Triadic Colors of #354dab

#354dab #ab354d #4dab35

Analogous Colors of #354dab

#354dab #5835ab #3588ab

Monochromatic Colors of #354dab

#354dab

Complementary Color

#354dab #ab9335

#354dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#354dab Color CSS Codes

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

#354dab Text Font Color

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

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


#354dab Background Color

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

This div background color is #354dab


#354dab Border Color

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

This div border color is #354dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354dab


Comments

No comments written yet.

Please login to write comment.