Color Hex Logo

#036ddd Color Hex

#036DDD
(3,109,221)
0 Favorites   0 Comments

Color spaces of #036ddd

RGB 3109221
HSL0.590.970.44
HSV211°99°87°
CMYK 0.990.510.00   0.13
XYZ18.557316.177170.5510
Yxy16.17710.17630.1536
Hunter Lab40.220811.9711-75.8457
CIE-Lab47.206017.6255-64.0899

#036ddd color RGB value is (3,109,221).

#036ddd hex color red value is 3, green value is 109 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #036ddd hue: 0.59 , saturation: 0.97 and the lightness value of 036ddd is 0.44.

The process color (four color CMYK) of #036ddd color hex is 0.99, 0.51, 0.00, 0.13. Web safe color of #036ddd is #0066cc. Color #036ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01101101 11011101
Octal 3 155 335
Decimal 3 109 221
Hex 3 6D DD

RGB Percentages of Color #036ddd

%0.90
%32.73
%66.37

CMYK Percentages of Color #036ddd

%99
%51
%0
%13

Triadic Colors of #036ddd

#036ddd #dd036d #6ddd03

Analogous Colors of #036ddd

#036ddd #0603dd #03dadd

Monochromatic Colors of #036ddd

#036ddd

Complementary Color

#036ddd #dd7303

#036ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#036ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#036ddd Color CSS Codes

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

#036ddd Text Font Color

<p style="color:#036ddd">Text here</p>

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


#036ddd Background Color

<div style="background-color:#036ddd">
Div content here</div>

This div background color is #036ddd


#036ddd Border Color

<div style="border:3px solid #036ddd">
Div here</div>

This div border color is #036ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,109,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #036ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #036ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #036ddd;
  box-shadow:         1px 1px 3px 2px #036ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,109,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #036ddd


Comments

No comments written yet.

Please login to write comment.