Shades of Sapphire #032971
Tints of Sapphire #032971
RGB
CMYK
RGB Variations
Color information
#032971 (or 0x032971) is known color: Sapphire. HEX triplet: 03, 29 and 71. RGB value is (3,41,113). Sum of RGB (Red+Green+Blue) = 3+41+113=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #032971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032971 is #FCD68E. Grayscale: #252525. Windows color (decimal): -16569999 or 7416067. OLE color: 7416067.
HSL color Cylindrical-coordinate representation of color #032971: hue angle of 219.27º 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 #032971 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 41 | 113 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.56 |
| HSL | 219.27º | 0.95% | 0.23% | - |
| HSV(B) | 219.27º | 0.97% | 0.44% | - |
| XYZ | 3.81 | 2.8 | 15.96 | - |
| YUV | 37.85 | 170.41 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 113 | 0.97 | 0.64 | 0 | 0.56 | 219.27 | 0.95 | 0.23 |
| Hex | 3 | 29 | 71 | 61 | 40 | 0 | 38 | DB | 5F | 17 |
| Octal | 3 | 51 | 161 | 141 | 100 | 0 | 70 | 333 | 137 | 27 |
| Binary | 11 | 101001 | 1110001 | 1100001 | 1000000 | 0 | 111000 | 11011011 | 1011111 | 10111 |
Color Harmonies of #032971
Complementary color
Monochromatic Colors of #032971
Black with #032971
Text Example
Text Example
White with #032971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032971; }
p { color: rgb(3,41,113); }
H1.HeaderClassName
{
color: #032971;
}
.AnyTagClassName
{
color: #032971;
}
</style>
background-color css
<style>
a { background-color: #032971; }
a { background-color: rgb(3,41,113); }
div.DivClassName
{
background-color: #032971;
}
.BgClassName
{
background-color: #032971;
}
</style>
border-color css
<style>
span { border-color: #032971; }
span { border-color: rgb(3,41,113); }
td.TdClassName
{
border-color: #032971;
}
.TagClassName
{
border-color: #032971;
}
</style>