Color Hex Logo

#354bba Color Hex

#354BBA
(53,75,186)
0 Favorites   0 Comments

Color spaces of #354bba

RGB 5375186
HSL0.640.560.47
HSV230°72°73°
CMYK 0.720.600.00   0.27
XYZ12.84729.334247.5789
Yxy9.33420.18420.1338
Hunter Lab30.551921.5941-70.9467
CIE-Lab36.619929.7919-61.0444

#354bba color RGB value is (53,75,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001011 10111010
Octal 65 113 272
Decimal 53 75 186
Hex 35 4B BA

RGB Percentages of Color #354bba

%16.88
%23.89
%59.24

CMYK Percentages of Color #354bba

%72
%60
%0
%27

Triadic Colors of #354bba

#354bba #ba354b #4bba35

Analogous Colors of #354bba

#354bba #6135ba #358eba

Monochromatic Colors of #354bba

#354bba

Complementary Color

#354bba #baa435

#354bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#354bba Color CSS Codes

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

#354bba Text Font Color

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

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


#354bba Background Color

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

This div background color is #354bba


#354bba Border Color

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

This div border color is #354bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354bba


Comments

No comments written yet.

Please login to write comment.