#032470

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

Shades of Sapphire #032470

Tints of Sapphire #032470

Color information

#032470 (or 0x032470) is unknown color: approx Sapphire. HEX triplet: 03, 24 and 70. RGB value is (3,36,112). Sum of RGB (Red+Green+Blue) = 3+36+112=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 112 (44.14% from 255 or 74.17% from 151); Max value from RGB is 112 - color contains mainly: blue. Hex color #032470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032470 is #FCDB8F. Grayscale: #222222. Windows color (decimal): -16571280 or 7349251. OLE color: 7349251.

HSL color Cylindrical-coordinate representation of color #032470: hue angle of 221.83º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032470 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB336112-
CMYK0.970.6800.56
HSL221.83º94.78%22.55%-
HSV(B)221.83º97.32%43.92%-
XYZ3.592.4515.61-
YUV34.8171.57105.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 36 (14.45% from 255) = 23.84%
BLUE value IS 112 (44.14% from 255) = 74.17%
R=1.99%
G=23.84%
B=74.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3361120.970.6800.56221.8394.7822.55
Hex324706144038de5f17
Octal34416014110407033613727
Binary11100100111000011000011000100011100011011110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032470; }

 p { color: rgb(3,36,112); }

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

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

 a { background-color: rgb(3,36,112); }

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

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

 span { border-color: rgb(3,36,112); }

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