Color Hex Logo

#367ddb Color Hex

#367DDB
(54,125,219)
0 Favorites   0 Comments

Color spaces of #367ddb

RGB 54125219
HSL0.590.700.54
HSV214°75°86°
CMYK 0.750.430.00   0.14
XYZ21.641120.566069.8469
Yxy20.56600.19310.1835
Hunter Lab45.34985.8189-59.5726
CIE-Lab52.471210.1820-54.4343

#367ddb color RGB value is (54,125,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111101 11011011
Octal 66 175 333
Decimal 54 125 219
Hex 36 7D DB

RGB Percentages of Color #367ddb

%13.57
%31.41
%55.03

CMYK Percentages of Color #367ddb

%75
%43
%0
%14

Triadic Colors of #367ddb

#367ddb #db367d #7ddb36

Analogous Colors of #367ddb

#367ddb #4236db #36d0db

Monochromatic Colors of #367ddb

#367ddb

Complementary Color

#367ddb #db9436

#367ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#367ddb Color CSS Codes

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

#367ddb Text Font Color

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

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


#367ddb Background Color

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

This div background color is #367ddb


#367ddb Border Color

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

This div border color is #367ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367ddb


Comments

No comments written yet.

Please login to write comment.