Html Css Color HEX #036495 Cerulean

📋 copy color: '#036495'

red 3 ◦ green 100 ◦ blue 149

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

Shades of Cerulean #036495

Tints of Cerulean #036495

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.68%

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

R = 1.19%
G = 39.68%
B = 59.13%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#036495 (or 0x036495) is known color: Cerulean. HEX triplet: 03, 64 and 95. RGB value is (3,100,149). Sum of RGB (Red+Green+Blue) = 3+100+149=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #036495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036495 is #FC9B6A. Grayscale: #4C4C4C. Windows color (decimal): -16554859 or 9790467. OLE color: 9790467.

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

Color convert

RGB 3 100 149 -
CMYK 0.98 0.33 0 0.42
HSL 200.14º 0.96% 0.3% -
HSV(B) 200.14º 0.98% 0.58% -
XYZ 10.02 11.3 30.09 -
YUV 76.58 168.86 75.52 -
System Red Green Blue C M Y K H S L
Decimal 3 100 149 0.98 0.33 0 0.42 200.14 0.96 0.3
Hex 3 64 95 62 21 0 2A C8 60 1E
Octal 3 144 225 142 41 0 52 310 140 36
Binary 11 1100100 10010101 1100010 100001 0 101010 11001000 1100000 11110

Color Harmonies of #036495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036495

Black with #036495

Text Example


Text Example

White with #036495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036495; }

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

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

background-color css

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

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

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

border-color css

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

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

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