Color Hex Logo

#365fcb Color Hex

#365FCB
(54,95,203)
0 Favorites   0 Comments

Color spaces of #365fcb

RGB 5495203
HSL0.620.590.50
HSV223°73°80°
CMYK 0.730.530.00   0.20
XYZ16.393013.280558.1993
Yxy13.28050.18660.1511
Hunter Lab36.442416.5209-69.1777
CIE-Lab43.182923.2207-60.2720

#365fcb color RGB value is (54,95,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011111 11001011
Octal 66 137 313
Decimal 54 95 203
Hex 36 5F CB

RGB Percentages of Color #365fcb

%15.34
%26.99
%57.67

CMYK Percentages of Color #365fcb

%73
%53
%0
%20

Triadic Colors of #365fcb

#365fcb #cb365f #5fcb36

Analogous Colors of #365fcb

#365fcb #5736cb #36aacb

Monochromatic Colors of #365fcb

#365fcb

Complementary Color

#365fcb #cba236

#365fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#365fcb Color CSS Codes

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

#365fcb Text Font Color

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

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


#365fcb Background Color

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

This div background color is #365fcb


#365fcb Border Color

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

This div border color is #365fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365fcb


Comments

No comments written yet.

Please login to write comment.