Html Css Color HEX #036696 Cerulean

📋 copy color: '#036696'

red 3 ◦ green 102 ◦ blue 150

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

Shades of Cerulean #036696

Tints of Cerulean #036696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40%

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

R = 1.18%
G = 40%
B = 58.82%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#036696 (or 0x036696) is known color: Cerulean. HEX triplet: 03, 66 and 96. RGB value is (3,102,150). Sum of RGB (Red+Green+Blue) = 3+102+150=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #036696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036696 is #FC9969. Grayscale: #4D4D4D. Windows color (decimal): -16554346 or 9856515. OLE color: 9856515.

HSL color Cylindrical-coordinate representation of color #036696: hue angle of 199.59º 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 #036696 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 3 102 150 -
CMYK 0.98 0.32 0 0.41
HSL 199.59º 0.96% 0.3% -
HSV(B) 199.59º 0.98% 0.59% -
XYZ 10.29 11.72 30.57 -
YUV 77.87 168.7 74.6 -
System Red Green Blue C M Y K H S L
Decimal 3 102 150 0.98 0.32 0 0.41 199.59 0.96 0.3
Hex 3 66 96 62 20 0 29 C8 60 1E
Octal 3 146 226 142 40 0 51 310 140 36
Binary 11 1100110 10010110 1100010 100000 0 101001 11001000 1100000 11110

Color Harmonies of #036696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036696

Black with #036696

Text Example


Text Example

White with #036696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036696; }

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

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

background-color css

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

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

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

border-color css

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

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

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