#035B91

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

Shades of Dark Cerulean #035B91

Tints of Dark Cerulean #035B91

Color information

#035B91 (or 0x035B91) is unknown color: approx Dark Cerulean. HEX triplet: 03, 5B and 91. RGB value is (3,91,145). Sum of RGB (Red+Green+Blue) = 3+91+145=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #035B91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035B91 is #FCA46E. Grayscale: #464646. Windows color (decimal): -16557167 or 9526019. OLE color: 9526019.

HSL color Cylindrical-coordinate representation of color #035B91: hue angle of 202.82º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035B91 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB391145-
CMYK0.980.3700.43
HSL202.82º95.95%29.02%-
HSV(B)202.82º97.93%56.86%-
XYZ8.899.5528.16-
YUV70.84169.8579.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.26%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 145 (57.03% from 255) = 60.67%
R=1.26%
G=38.08%
B=60.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3911450.980.3700.43202.8295.9529.02
Hex35B91622502Bcb601d
Octal31332211424505331314035
Binary111011011100100011100010100101010101111001011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035B91; }

 p { color: rgb(3,91,145); }

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

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

 a { background-color: rgb(3,91,145); }

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

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

 span { border-color: rgb(3,91,145); }

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