#035F96

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

Shades of Cerulean #035F96

Tints of Cerulean #035F96

Color information

#035F96 (or 0x035F96) is unknown color: approx Cerulean. HEX triplet: 03, 5F and 96. RGB value is (3,95,150). Sum of RGB (Red+Green+Blue) = 3+95+150=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #035F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035F96 is #FCA069. Grayscale: #494949. Windows color (decimal): -16556138 or 9854723. OLE color: 9854723.

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

Color convert

RGB395150-
CMYK0.980.3700.41
HSL202.45º96.08%30%-
HSV(B)202.45º98%58.82%-
XYZ9.6310.4130.35-
YUV73.76171.0277.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.21%
GREEN value IS 95 (37.5% from 255) = 38.31%
BLUE value IS 150 (58.98% from 255) = 60.48%
R=1.21%
G=38.31%
B=60.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3951500.980.3700.41202.4596.0830
Hex35F966225029ca601e
Octal31372261424505131214036
Binary111011111100101101100010100101010100111001010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,95,150); }

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

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

 a { background-color: rgb(3,95,150); }

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

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

 span { border-color: rgb(3,95,150); }

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