Shades of Sapphire #032972
Tints of Sapphire #032972
RGB
CMYK
RGB Variations
Color information
#032972 (or 0x032972) is known color: Sapphire. HEX triplet: 03, 29 and 72. RGB value is (3,41,114). Sum of RGB (Red+Green+Blue) = 3+41+114=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 114 (44.92% from 255 or 72.15% from 158); Max value from RGB is 114 - color contains mainly: blue. Hex color #032972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032972 is #FCD68D. Grayscale: #252525. Windows color (decimal): -16569998 or 7481603. OLE color: 7481603.
HSL color Cylindrical-coordinate representation of color #032972: hue angle of 219.46º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032972 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 41 | 114 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.55 |
| HSL | 219.46º | 0.95% | 0.23% | - |
| HSV(B) | 219.46º | 0.97% | 0.45% | - |
| XYZ | 3.87 | 2.82 | 16.26 | - |
| YUV | 37.96 | 170.91 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 114 | 0.97 | 0.64 | 0 | 0.55 | 219.46 | 0.95 | 0.23 |
| Hex | 3 | 29 | 72 | 61 | 40 | 0 | 37 | DB | 5F | 17 |
| Octal | 3 | 51 | 162 | 141 | 100 | 0 | 67 | 333 | 137 | 27 |
| Binary | 11 | 101001 | 1110010 | 1100001 | 1000000 | 0 | 110111 | 11011011 | 1011111 | 10111 |
Color Harmonies of #032972
Complementary color
Monochromatic Colors of #032972
Black with #032972
Text Example
Text Example
White with #032972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032972; }
p { color: rgb(3,41,114); }
H1.HeaderClassName
{
color: #032972;
}
.AnyTagClassName
{
color: #032972;
}
</style>
background-color css
<style>
a { background-color: #032972; }
a { background-color: rgb(3,41,114); }
div.DivClassName
{
background-color: #032972;
}
.BgClassName
{
background-color: #032972;
}
</style>
border-color css
<style>
span { border-color: #032972; }
span { border-color: rgb(3,41,114); }
td.TdClassName
{
border-color: #032972;
}
.TagClassName
{
border-color: #032972;
}
</style>