Color Hex Logo

#365ccb Color Hex

#365CCB
(54,92,203)
0 Favorites   0 Comments

Color spaces of #365ccb

RGB 5492203
HSL0.620.590.50
HSV225°73°80°
CMYK 0.730.550.00   0.20
XYZ16.128012.750458.1109
Yxy12.75040.18540.1466
Hunter Lab35.707718.1341-71.4935
CIE-Lab42.384725.1531-61.5659

#365ccb color RGB value is (54,92,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011100 11001011
Octal 66 134 313
Decimal 54 92 203
Hex 36 5C CB

RGB Percentages of Color #365ccb

%15.47
%26.36
%58.17

CMYK Percentages of Color #365ccb

%73
%55
%0
%20

Triadic Colors of #365ccb

#365ccb #cb365c #5ccb36

Analogous Colors of #365ccb

#365ccb #5b36cb #36a7cb

Monochromatic Colors of #365ccb

#365ccb

Complementary Color

#365ccb #cba536

#365ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#365ccb Color CSS Codes

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

#365ccb Text Font Color

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

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


#365ccb Background Color

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

This div background color is #365ccb


#365ccb Border Color

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

This div border color is #365ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,92,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 #365ccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365ccb


Comments

No comments written yet.

Please login to write comment.