Color Hex Logo

#354cbd Color Hex

#354CBD
(53,76,189)
0 Favorites   0 Comments

Color spaces of #354cbd

RGB 5376189
HSL0.640.560.47
HSV230°72°74°
CMYK 0.720.600.00   0.26
XYZ13.23799.599949.2994
Yxy9.59990.18350.1331
Hunter Lab30.983722.0433-72.6501
CIE-Lab37.114630.2352-61.9994

#354cbd color RGB value is (53,76,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001100 10111101
Octal 65 114 275
Decimal 53 76 189
Hex 35 4C BD

RGB Percentages of Color #354cbd

%16.67
%23.90
%59.43

CMYK Percentages of Color #354cbd

%72
%60
%0
%26

Triadic Colors of #354cbd

#354cbd #bd354c #4cbd35

Analogous Colors of #354cbd

#354cbd #6235bd #3590bd

Monochromatic Colors of #354cbd

#354cbd

Complementary Color

#354cbd #bda635

#354cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#354cbd Color CSS Codes

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

#354cbd Text Font Color

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

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


#354cbd Background Color

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

This div background color is #354cbd


#354cbd Border Color

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

This div border color is #354cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354cbd


Comments

No comments written yet.

Please login to write comment.