Color Hex Logo

#354eba Color Hex

#354EBA
(53,78,186)
0 Favorites   0 Comments

Color spaces of #354eba

RGB 5378186
HSL0.640.560.47
HSV229°72°73°
CMYK 0.720.580.00   0.27
XYZ13.05559.750847.6484
Yxy9.75080.18530.1384
Hunter Lab31.226319.9837-68.6127
CIE-Lab37.391427.8460-59.7881

#354eba color RGB value is (53,78,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001110 10111010
Octal 65 116 272
Decimal 53 78 186
Hex 35 4E BA

RGB Percentages of Color #354eba

%16.72
%24.61
%58.68

CMYK Percentages of Color #354eba

%72
%58
%0
%27

Triadic Colors of #354eba

#354eba #ba354e #4eba35

Analogous Colors of #354eba

#354eba #5f35ba #3591ba

Monochromatic Colors of #354eba

#354eba

Complementary Color

#354eba #baa135

#354eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#354eba Color CSS Codes

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

#354eba Text Font Color

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

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


#354eba Background Color

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

This div background color is #354eba


#354eba Border Color

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

This div border color is #354eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354eba


Comments

No comments written yet.

Please login to write comment.