Shades of Sapphire #032978
Tints of Sapphire #032978
RGB
CMYK
RGB Variations
Color information
#032978 (or 0x032978) is known color: Sapphire. HEX triplet: 03, 29 and 78. RGB value is (3,41,120). Sum of RGB (Red+Green+Blue) = 3+41+120=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 120 (47.27% from 255 or 73.17% from 164); Max value from RGB is 120 - color contains mainly: blue. Hex color #032978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032978 is #FCD687. Grayscale: #262626. Windows color (decimal): -16569992 or 7874819. OLE color: 7874819.
HSL color Cylindrical-coordinate representation of color #032978: hue angle of 220.51º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032978 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 3 | 41 | 120 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.53 |
| HSL | 220.51º | 0.95% | 0.24% | - |
| HSV(B) | 220.51º | 0.98% | 0.47% | - |
| XYZ | 4.22 | 2.96 | 18.12 | - |
| YUV | 38.64 | 173.91 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 120 | 0.98 | 0.66 | 0 | 0.53 | 220.51 | 0.95 | 0.24 |
| Hex | 3 | 29 | 78 | 62 | 42 | 0 | 35 | DD | 5F | 18 |
| Octal | 3 | 51 | 170 | 142 | 102 | 0 | 65 | 335 | 137 | 30 |
| Binary | 11 | 101001 | 1111000 | 1100010 | 1000010 | 0 | 110101 | 11011101 | 1011111 | 11000 |
Color Harmonies of #032978
Complementary color
Monochromatic Colors of #032978
Black with #032978
Text Example
Text Example
White with #032978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032978; }
p { color: rgb(3,41,120); }
H1.HeaderClassName
{
color: #032978;
}
.AnyTagClassName
{
color: #032978;
}
</style>
background-color css
<style>
a { background-color: #032978; }
a { background-color: rgb(3,41,120); }
div.DivClassName
{
background-color: #032978;
}
.BgClassName
{
background-color: #032978;
}
</style>
border-color css
<style>
span { border-color: #032978; }
span { border-color: rgb(3,41,120); }
td.TdClassName
{
border-color: #032978;
}
.TagClassName
{
border-color: #032978;
}
</style>