Shades of Sapphire #032C71
Tints of Sapphire #032C71
RGB
CMYK
RGB Variations
Color information
#032C71 (or 0x032C71) is known color: 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
| RGB | 3 | 44 | 113 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.56 |
| HSL | 217.64º | 0.95% | 0.23% | - |
| HSV(B) | 217.64º | 0.97% | 0.44% | - |
| XYZ | 3.92 | 3.01 | 16 | - |
| YUV | 39.61 | 169.42 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 113 | 0.97 | 0.61 | 0 | 0.56 | 217.64 | 0.95 | 0.23 |
| Hex | 3 | 2C | 71 | 61 | 3D | 0 | 38 | DA | 5F | 17 |
| Octal | 3 | 54 | 161 | 141 | 75 | 0 | 70 | 332 | 137 | 27 |
| Binary | 11 | 101100 | 1110001 | 1100001 | 111101 | 0 | 111000 | 11011010 | 1011111 | 10111 |
Color Harmonies of #032C71
Complementary color
Monochromatic Colors of #032C71
Black with #032C71
Text Example
Text Example
White with #032C71
Text Example
Text Example
HTML Codes & Css Web 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>