Html Css Color HEX #036596 Cerulean

📋 copy color: '#036596'

red 3 ◦ green 101 ◦ blue 150

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

Shades of Cerulean #036596

Tints of Cerulean #036596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.76%

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

R = 1.18%
G = 39.76%
B = 59.06%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#036596 (or 0x036596) is known color: Cerulean. HEX triplet: 03, 65 and 96. RGB value is (3,101,150). Sum of RGB (Red+Green+Blue) = 3+101+150=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #036596 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036596 is #FC9A69. Grayscale: #4C4C4C. Windows color (decimal): -16554602 or 9856259. OLE color: 9856259.

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

Color convert

RGB 3 101 150 -
CMYK 0.98 0.33 0 0.41
HSL 200º 0.96% 0.3% -
HSV(B) 200º 0.98% 0.59% -
XYZ 10.2 11.53 30.54 -
YUV 77.28 169.03 75.02 -
System Red Green Blue C M Y K H S L
Decimal 3 101 150 0.98 0.33 0 0.41 200 0.96 0.3
Hex 3 65 96 62 21 0 29 C8 60 1E
Octal 3 145 226 142 41 0 51 310 140 36
Binary 11 1100101 10010110 1100010 100001 0 101001 11001000 1100000 11110

Color Harmonies of #036596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036596

Black with #036596

Text Example


Text Example

White with #036596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036596; }

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

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

background-color css

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

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

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

border-color css

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

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

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