Color Hex Logo

#356fbd Color Hex

#356FBD
(53,111,189)
0 Favorites   0 Comments

Color spaces of #356fbd

RGB 53111189
HSL0.600.560.47
HSV214°72°74°
CMYK 0.720.410.00   0.26
XYZ16.337915.799950.3327
Yxy15.79990.19810.1916
Hunter Lab39.74913.8072-47.2522
CIE-Lab46.71097.7017-46.5196

#356fbd color RGB value is (53,111,189).

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

The process color (four color CMYK) of #356fbd color hex is 0.72, 0.41, 0.00, 0.26. Web safe color of #356fbd is #3366cc. Color #356fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101111 10111101
Octal 65 157 275
Decimal 53 111 189
Hex 35 6F BD

RGB Percentages of Color #356fbd

%15.01
%31.44
%53.54

CMYK Percentages of Color #356fbd

%72
%41
%0
%26

Triadic Colors of #356fbd

#356fbd #bd356f #6fbd35

Analogous Colors of #356fbd

#356fbd #3f35bd #35b3bd

Monochromatic Colors of #356fbd

#356fbd

Complementary Color

#356fbd #bd8335

#356fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#356fbd Color CSS Codes

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

#356fbd Text Font Color

<p style="color:#356fbd">Text here</p>

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


#356fbd Background Color

<div style="background-color:#356fbd">
Div content here</div>

This div background color is #356fbd


#356fbd Border Color

<div style="border:3px solid #356fbd">
Div here</div>

This div border color is #356fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356fbd


Comments

No comments written yet.

Please login to write comment.