Color Hex Logo

#367ddc Color Hex

#367DDC
(54,125,220)
0 Favorites   0 Comments

Color spaces of #367ddc

RGB 54125220
HSL0.600.700.54
HSV214°75°86°
CMYK 0.750.430.00   0.14
XYZ21.773220.618870.5424
Yxy20.61880.19280.1826
Hunter Lab45.40796.1273-60.3230
CIE-Lab52.529710.5497-54.9039

#367ddc color RGB value is (54,125,220).

#367ddc hex color red value is 54, green value is 125 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #367ddc hue: 0.60 , saturation: 0.70 and the lightness value of 367ddc is 0.54.

The process color (four color CMYK) of #367ddc color hex is 0.75, 0.43, 0.00, 0.14. Web safe color of #367ddc is #3366cc. Color #367ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111101 11011100
Octal 66 175 334
Decimal 54 125 220
Hex 36 7D DC

RGB Percentages of Color #367ddc

%13.53
%31.33
%55.14

CMYK Percentages of Color #367ddc

%75
%43
%0
%14

Triadic Colors of #367ddc

#367ddc #dc367d #7ddc36

Analogous Colors of #367ddc

#367ddc #4236dc #36d0dc

Monochromatic Colors of #367ddc

#367ddc

Complementary Color

#367ddc #dc9536

#367ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#367ddc Color CSS Codes

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

#367ddc Text Font Color

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

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


#367ddc Background Color

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

This div background color is #367ddc


#367ddc Border Color

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

This div border color is #367ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367ddc


Comments

No comments written yet.

Please login to write comment.