#032D70

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

Shades of Sapphire #032D70

Tints of Sapphire #032D70

Color information

#032D70 (or 0x032D70) is unknown color: approx Sapphire. HEX triplet: 03, 2D and 70. RGB value is (3,45,112). Sum of RGB (Red+Green+Blue) = 3+45+112=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #032D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D70 is #FCD28F. Grayscale: #272727. Windows color (decimal): -16568976 or 7351555. OLE color: 7351555.

HSL color Cylindrical-coordinate representation of color #032D70: hue angle of 216.88º 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 #032D70 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB345112-
CMYK0.970.6000.56
HSL216.88º94.78%22.55%-
HSV(B)216.88º97.32%43.92%-
XYZ3.93.0715.72-
YUV40.08168.59101.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.88%
GREEN value IS 45 (17.97% from 255) = 28.12%
BLUE value IS 112 (44.14% from 255) = 70%
R=1.88%
G=28.12%
B=70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3451120.970.6000.56216.8894.7822.55
Hex32D70613C038d95f17
Octal3551601417407033113727
Binary1110110111100001100001111100011100011011001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032D70; }

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

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

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

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

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

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

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

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