Color Hex Logo

#367fcc Color Hex

#367FCC
(54,127,204)
0 Favorites   0 Comments

Color spaces of #367fcc

RGB 54127204
HSL0.590.600.51
HSV211°74°80°
CMYK 0.740.380.00   0.20
XYZ20.009820.322659.9948
Yxy20.32260.19940.2026
Hunter Lab45.08060.3393-47.3487
CIE-Lab52.20003.4782-46.3775

#367fcc color RGB value is (54,127,204).

#367fcc hex color red value is 54, green value is 127 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #367fcc hue: 0.59 , saturation: 0.60 and the lightness value of 367fcc is 0.51.

The process color (four color CMYK) of #367fcc color hex is 0.74, 0.38, 0.00, 0.20. Web safe color of #367fcc is #3366cc. Color #367fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111111 11001100
Octal 66 177 314
Decimal 54 127 204
Hex 36 7F CC

RGB Percentages of Color #367fcc

%14.03
%32.99
%52.99

CMYK Percentages of Color #367fcc

%74
%38
%0
%20

Triadic Colors of #367fcc

#367fcc #cc367f #7fcc36

Analogous Colors of #367fcc

#367fcc #3836cc #36cacc

Monochromatic Colors of #367fcc

#367fcc

Complementary Color

#367fcc #cc8336

#367fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#367fcc Color CSS Codes

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

#367fcc Text Font Color

<p style="color:#367fcc">Text here</p>

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


#367fcc Background Color

<div style="background-color:#367fcc">
Div content here</div>

This div background color is #367fcc


#367fcc Border Color

<div style="border:3px solid #367fcc">
Div here</div>

This div border color is #367fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,127,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #367fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #367fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #367fcc;
  box-shadow:         1px 1px 3px 2px #367fcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367fcc


Comments

No comments written yet.

Please login to write comment.