Html Css Color HEX #036995 Cerulean

📋 copy color: '#036995'

red 3 ◦ green 105 ◦ blue 149

#036995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #036995

Tints of Cerulean #036995

RGB

 RED value IS 3 (1.56% from 255) = 1.17%

 GREEN value IS 105 (41.41% from 255) = 40.86%

 BLUE value IS 149 (58.59% from 255) = 57.98%

R = 1.17%
G = 40.86%
B = 57.98%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#036995 (or 0x036995) is known color: Cerulean. HEX triplet: 03, 69 and 95. RGB value is (3,105,149). Sum of RGB (Red+Green+Blue) = 3+105+149=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #036995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036995 is #FC966A. Grayscale: #4F4F4F. Windows color (decimal): -16553579 or 9791747. OLE color: 9791747.

HSL color Cylindrical-coordinate representation of color #036995: hue angle of 198.08º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036995 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 105 149 -
CMYK 0.98 0.30 0 0.42
HSL 198.08º 0.96% 0.3% -
HSV(B) 198.08º 0.98% 0.58% -
XYZ 10.51 12.29 30.25 -
YUV 79.52 167.21 73.42 -
System Red Green Blue C M Y K H S L
Decimal 3 105 149 0.98 0.30 0 0.42 198.08 0.96 0.3
Hex 3 69 95 62 1E 0 2A C6 60 1E
Octal 3 151 225 142 36 0 52 306 140 36
Binary 11 1101001 10010101 1100010 11110 0 101010 11000110 1100000 11110

Color Harmonies of #036995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036995

Black with #036995

Text Example


Text Example

White with #036995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036995; }

 p { color: rgb(3,105,149); }

 H1.HeaderClassName
 {
   color: #036995;
 }
 .AnyTagClassName
 {
   color: #036995;
 }
</style>

background-color css

<style>
 a { background-color: #036995; }

 a { background-color: rgb(3,105,149); }

 div.DivClassName
 {
   background-color: #036995;
 }
 .BgClassName
 {
   background-color: #036995;
 }
</style>

border-color css

<style>
 span { border-color: #036995; }

 span { border-color: rgb(3,105,149); }

 td.TdClassName
 {
   border-color: #036995;
 }
 .TagClassName
 {
   border-color: #036995;
 }
</style>