#035880

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

Shades of Dark Cerulean #035880

Tints of Dark Cerulean #035880

Color information

#035880 (or 0x035880) is unknown color: approx Dark Cerulean. HEX triplet: 03, 58 and 80. RGB value is (3,88,128). Sum of RGB (Red+Green+Blue) = 3+88+128=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #035880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035880 is #FCA77F. Grayscale: #424242. Windows color (decimal): -16557952 or 8411139. OLE color: 8411139.

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

Color convert

RGB388128-
CMYK0.980.3100.50
HSL199.2º95.42%25.69%-
HSV(B)199.2º97.66%50.2%-
XYZ7.428.5621.68-
YUV67.14162.3482.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.37%
GREEN value IS 88 (34.77% from 255) = 40.18%
BLUE value IS 128 (50.39% from 255) = 58.45%
R=1.37%
G=40.18%
B=58.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3881280.980.3100.50199.295.4225.69
Hex35880621F032c75f1a
Octal31302001423706230713732
Binary11101100010000000110001011111011001011000111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035880; }

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

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

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

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

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

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

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

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