Shades of Sapphire #032875
Tints of Sapphire #032875
RGB
CMYK
RGB Variations
Color information
#032875 (or 0x032875) is known color: Sapphire. HEX triplet: 03, 28 and 75. RGB value is (3,40,117). Sum of RGB (Red+Green+Blue) = 3+40+117=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 117 (46.09% from 255 or 73.12% from 160); Max value from RGB is 117 - color contains mainly: blue. Hex color #032875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032875 is #FCD78A. Grayscale: #252525. Windows color (decimal): -16570251 or 7677955. OLE color: 7677955.
HSL color Cylindrical-coordinate representation of color #032875: hue angle of 220.53º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032875 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 40 | 117 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.54 |
| HSL | 220.53º | 0.95% | 0.24% | - |
| HSV(B) | 220.53º | 0.97% | 0.46% | - |
| XYZ | 4.01 | 2.82 | 17.16 | - |
| YUV | 37.72 | 172.74 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 117 | 0.97 | 0.66 | 0 | 0.54 | 220.53 | 0.95 | 0.24 |
| Hex | 3 | 28 | 75 | 61 | 42 | 0 | 36 | DD | 5F | 18 |
| Octal | 3 | 50 | 165 | 141 | 102 | 0 | 66 | 335 | 137 | 30 |
| Binary | 11 | 101000 | 1110101 | 1100001 | 1000010 | 0 | 110110 | 11011101 | 1011111 | 11000 |
Color Harmonies of #032875
Complementary color
Monochromatic Colors of #032875
Black with #032875
Text Example
Text Example
White with #032875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032875; }
p { color: rgb(3,40,117); }
H1.HeaderClassName
{
color: #032875;
}
.AnyTagClassName
{
color: #032875;
}
</style>
background-color css
<style>
a { background-color: #032875; }
a { background-color: rgb(3,40,117); }
div.DivClassName
{
background-color: #032875;
}
.BgClassName
{
background-color: #032875;
}
</style>
border-color css
<style>
span { border-color: #032875; }
span { border-color: rgb(3,40,117); }
td.TdClassName
{
border-color: #032875;
}
.TagClassName
{
border-color: #032875;
}
</style>