#035980

Color #035980 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #035980

Tints of Dark Cerulean #035980

Color information

#035980 (or 0x035980) is unknown color: approx Dark Cerulean. HEX triplet: 03, 59 and 80. RGB value is (3,89,128). Sum of RGB (Red+Green+Blue) = 3+89+128=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #035980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035980 is #FCA67F. Grayscale: #434343. Windows color (decimal): -16557696 or 8411395. OLE color: 8411395.

HSL color Cylindrical-coordinate representation of color #035980: hue angle of 198.72º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035980 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB389128-
CMYK0.980.3000.50
HSL198.72º95.42%25.69%-
HSV(B)198.72º97.66%50.2%-
XYZ7.518.7221.71-
YUV67.73162.0181.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.36%
GREEN value IS 89 (35.16% from 255) = 40.45%
BLUE value IS 128 (50.39% from 255) = 58.18%
R=1.36%
G=40.45%
B=58.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3891280.980.3000.50198.7295.4225.69
Hex35980621E032c75f1a
Octal31312001423606230713732
Binary11101100110000000110001011110011001011000111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035980; }

 p { color: rgb(3,89,128); }

 H1.HeaderClassName
 {
   color: #035980;
 }
 .AnyTagClassName
 {
   color: #035980;
 }
</style>
background-color css

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

 a { background-color: rgb(3,89,128); }

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

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

 span { border-color: rgb(3,89,128); }

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