Html Css Color HEX #036E96 Cerulean

📋 copy color: '#036E96'

red 3 ◦ green 110 ◦ blue 150

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

Shades of Cerulean #036E96

Tints of Cerulean #036E96

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.83%

 BLUE value IS 150 (58.98% from 255) = 57.03%

R = 1.14%
G = 41.83%
B = 57.03%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#036E96 (or 0x036E96) is known color: Cerulean. HEX triplet: 03, 6E and 96. RGB value is (3,110,150). Sum of RGB (Red+Green+Blue) = 3+110+150=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #036E96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036E96 is #FC9169. Grayscale: #525252. Windows color (decimal): -16552298 or 9858563. OLE color: 9858563.

HSL color Cylindrical-coordinate representation of color #036E96: hue angle of 196.33º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036E96 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 3 110 150 -
CMYK 0.98 0.27 0 0.41
HSL 196.33º 0.96% 0.3% -
HSV(B) 196.33º 0.98% 0.59% -
XYZ 11.12 13.37 30.85 -
YUV 82.57 166.05 71.25 -
System Red Green Blue C M Y K H S L
Decimal 3 110 150 0.98 0.27 0 0.41 196.33 0.96 0.3
Hex 3 6E 96 62 1B 0 29 C4 60 1E
Octal 3 156 226 142 33 0 51 304 140 36
Binary 11 1101110 10010110 1100010 11011 0 101001 11000100 1100000 11110

Color Harmonies of #036E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036E96

Black with #036E96

Text Example


Text Example

White with #036E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036E96; }

 p { color: rgb(3,110,150); }

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

background-color css

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

 a { background-color: rgb(3,110,150); }

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

border-color css

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

 span { border-color: rgb(3,110,150); }

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