Color Hex Logo

#356cbd Color Hex

#356CBD
(53,108,189)
0 Favorites   0 Comments

Color spaces of #356cbd

RGB 53108189
HSL0.600.560.47
HSV216°72°74°
CMYK 0.720.430.00   0.26
XYZ16.016115.156150.2254
Yxy15.15610.19680.1862
Hunter Lab38.93085.3057-49.2396
CIE-Lab45.84739.5867-47.8986

#356cbd color RGB value is (53,108,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101100 10111101
Octal 65 154 275
Decimal 53 108 189
Hex 35 6C BD

RGB Percentages of Color #356cbd

%15.14
%30.86
%54.00

CMYK Percentages of Color #356cbd

%72
%43
%0
%26

Triadic Colors of #356cbd

#356cbd #bd356c #6cbd35

Analogous Colors of #356cbd

#356cbd #4235bd #35b0bd

Monochromatic Colors of #356cbd

#356cbd

Complementary Color

#356cbd #bd8635

#356cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#356cbd Color CSS Codes

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

#356cbd Text Font Color

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

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


#356cbd Background Color

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

This div background color is #356cbd


#356cbd Border Color

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

This div border color is #356cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356cbd


Comments

No comments written yet.

Please login to write comment.