#035587

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

Shades of Dark Cerulean #035587

Tints of Dark Cerulean #035587

Color information

#035587 (or 0x035587) is unknown color: approx Dark Cerulean. HEX triplet: 03, 55 and 87. RGB value is (3,85,135). Sum of RGB (Red+Green+Blue) = 3+85+135=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #035587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035587 is #FCAA78. Grayscale: #414141. Windows color (decimal): -16558713 or 8869123. OLE color: 8869123.

HSL color Cylindrical-coordinate representation of color #035587: hue angle of 202.73º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035587 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB385135-
CMYK0.980.3700.47
HSL202.73º95.65%27.06%-
HSV(B)202.73º97.78%52.94%-
XYZ7.668.2724.11-
YUV66.18166.8382.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 135 (53.12% from 255) = 60.54%
R=1.35%
G=38.12%
B=60.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3851350.980.3700.47202.7395.6527.06
Hex35587622502Fcb601b
Octal31252071424505731314033
Binary111010101100001111100010100101010111111001011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035587; }

 p { color: rgb(3,85,135); }

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

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

 a { background-color: rgb(3,85,135); }

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

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

 span { border-color: rgb(3,85,135); }

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