Html Css Color HEX #036490 Cerulean

📋 copy color: '#036490'

red 3 ◦ green 100 ◦ blue 144

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

Shades of Cerulean #036490

Tints of Cerulean #036490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.3%

R = 1.21%
G = 40.49%
B = 58.3%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#036490 (or 0x036490) is known color: Cerulean. HEX triplet: 03, 64 and 90. RGB value is (3,100,144). Sum of RGB (Red+Green+Blue) = 3+100+144=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #036490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036490 is #FC9B6F. Grayscale: #4B4B4B. Windows color (decimal): -16554864 or 9462787. OLE color: 9462787.

HSL color Cylindrical-coordinate representation of color #036490: hue angle of 198.72º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036490 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 100 144 -
CMYK 0.98 0.31 0 0.44
HSL 198.72º 0.96% 0.29% -
HSV(B) 198.72º 0.98% 0.56% -
XYZ 9.63 11.15 28.03 -
YUV 76.01 166.36 75.92 -
System Red Green Blue C M Y K H S L
Decimal 3 100 144 0.98 0.31 0 0.44 198.72 0.96 0.29
Hex 3 64 90 62 1F 0 2C C7 60 1D
Octal 3 144 220 142 37 0 54 307 140 35
Binary 11 1100100 10010000 1100010 11111 0 101100 11000111 1100000 11101

Color Harmonies of #036490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036490

Black with #036490

Text Example


Text Example

White with #036490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036490; }

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

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

background-color css

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

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

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

border-color css

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

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

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