Color Hex Logo

#365dcb Color Hex

#365DCB
(54,93,203)
0 Favorites   0 Comments

Color spaces of #365dcb

RGB 5493203
HSL0.620.590.50
HSV224°73°80°
CMYK 0.730.540.00   0.20
XYZ16.215212.924858.1400
Yxy12.92480.18580.1481
Hunter Lab35.951117.5954-70.7179
CIE-Lab42.649724.5089-61.1361

#365dcb color RGB value is (54,93,203).

#365dcb hex color red value is 54, green value is 93 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #365dcb hue: 0.62 , saturation: 0.59 and the lightness value of 365dcb is 0.50.

The process color (four color CMYK) of #365dcb color hex is 0.73, 0.54, 0.00, 0.20. Web safe color of #365dcb is #3366cc. Color #365dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011101 11001011
Octal 66 135 313
Decimal 54 93 203
Hex 36 5D CB

RGB Percentages of Color #365dcb

%15.43
%26.57
%58.00

CMYK Percentages of Color #365dcb

%73
%54
%0
%20

Triadic Colors of #365dcb

#365dcb #cb365d #5dcb36

Analogous Colors of #365dcb

#365dcb #5a36cb #36a8cb

Monochromatic Colors of #365dcb

#365dcb

Complementary Color

#365dcb #cba436

#365dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#365dcb Color CSS Codes

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

#365dcb Text Font Color

<p style="color:#365dcb">Text here</p>

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


#365dcb Background Color

<div style="background-color:#365dcb">
Div content here</div>

This div background color is #365dcb


#365dcb Border Color

<div style="border:3px solid #365dcb">
Div here</div>

This div border color is #365dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,93,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #365dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #365dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #365dcb;
  box-shadow:         1px 1px 3px 2px #365dcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,93,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365dcb


Comments

No comments written yet.

Please login to write comment.