#032C71

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

Shades of Sapphire #032C71

Tints of Sapphire #032C71

Color information

#032C71 (or 0x032C71) is unknown color: approx Sapphire. HEX triplet: 03, 2C and 71. RGB value is (3,44,113). Sum of RGB (Red+Green+Blue) = 3+44+113=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 113 (44.53% from 255 or 70.62% from 160); Max value from RGB is 113 - color contains mainly: blue. Hex color #032C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C71 is #FCD38E. Grayscale: #272727. Windows color (decimal): -16569231 or 7416835. OLE color: 7416835.

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

Color convert

RGB344113-
CMYK0.970.6100.56
HSL217.64º94.83%22.75%-
HSV(B)217.64º97.35%44.31%-
XYZ3.923.0116-
YUV39.61169.42101.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.88%
GREEN value IS 44 (17.58% from 255) = 27.5%
BLUE value IS 113 (44.53% from 255) = 70.62%
R=1.88%
G=27.5%
B=70.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3441130.970.6100.56217.6494.8322.75
Hex32C71613D038da5f17
Octal3541611417507033213727
Binary1110110011100011100001111101011100011011010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,44,113); }

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

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

 a { background-color: rgb(3,44,113); }

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

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

 span { border-color: rgb(3,44,113); }

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