Color Hex Logo

#354aab Color Hex

#354AAB
(53,74,171)
0 Favorites   0 Comments

Color spaces of #354aab

RGB 5374171
HSL0.640.530.44
HSV229°69°67°
CMYK 0.690.570.00   0.33
XYZ11.26778.594739.5932
Yxy8.59470.18950.1446
Hunter Lab29.316717.3011-59.5514
CIE-Lab35.191924.9681-54.4905

#354aab color RGB value is (53,74,171).

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

The process color (four color CMYK) of #354aab color hex is 0.69, 0.57, 0.00, 0.33. Web safe color of #354aab is #333399. Color #354aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001010 10101011
Octal 65 112 253
Decimal 53 74 171
Hex 35 4A AB

RGB Percentages of Color #354aab

%17.79
%24.83
%57.38

CMYK Percentages of Color #354aab

%69
%57
%0
%33

Triadic Colors of #354aab

#354aab #ab354a #4aab35

Analogous Colors of #354aab

#354aab #5b35ab #3585ab

Monochromatic Colors of #354aab

#354aab

Complementary Color

#354aab #ab9635

#354aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#354aab Color CSS Codes

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

#354aab Text Font Color

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

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


#354aab Background Color

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

This div background color is #354aab


#354aab Border Color

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

This div border color is #354aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,74,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 #354aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354aab


Comments

No comments written yet.

Please login to write comment.