#035F92

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

Shades of Dark Cerulean #035F92

Tints of Dark Cerulean #035F92

Color information

#035F92 (or 0x035F92) is unknown color: approx Dark Cerulean. HEX triplet: 03, 5F and 92. RGB value is (3,95,146). Sum of RGB (Red+Green+Blue) = 3+95+146=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #035F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035F92 is #FCA06D. Grayscale: #494949. Windows color (decimal): -16556142 or 9592579. OLE color: 9592579.

HSL color Cylindrical-coordinate representation of color #035F92: hue angle of 201.4º 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 #035F92 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB395146-
CMYK0.980.3500.43
HSL201.4º95.97%29.22%-
HSV(B)201.4º97.95%57.25%-
XYZ9.3210.2828.69-
YUV73.31169.0277.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.23%
GREEN value IS 95 (37.5% from 255) = 38.93%
BLUE value IS 146 (57.42% from 255) = 59.84%
R=1.23%
G=38.93%
B=59.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3951460.980.3500.43201.495.9729.22
Hex35F92622302Bc9601d
Octal31372221424305331114035
Binary111011111100100101100010100011010101111001001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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