Shades of Sapphire #032D78
Tints of Sapphire #032D78
RGB
CMYK
RGB Variations
Color information
#032D78 (or 0x032D78) is known color: Sapphire. HEX triplet: 03, 2D and 78. RGB value is (3,45,120). Sum of RGB (Red+Green+Blue) = 3+45+120=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 120 (47.27% from 255 or 71.43% from 168); Max value from RGB is 120 - color contains mainly: blue. Hex color #032D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D78 is #FCD287. Grayscale: #282828. Windows color (decimal): -16568968 or 7875843. OLE color: 7875843.
HSL color Cylindrical-coordinate representation of color #032D78: hue angle of 218.46º 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 #032D78 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 3 | 45 | 120 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.53 |
| HSL | 218.46º | 0.95% | 0.24% | - |
| HSV(B) | 218.46º | 0.98% | 0.47% | - |
| XYZ | 4.37 | 3.25 | 18.17 | - |
| YUV | 40.99 | 172.59 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 120 | 0.98 | 0.63 | 0 | 0.53 | 218.46 | 0.95 | 0.24 |
| Hex | 3 | 2D | 78 | 62 | 3F | 0 | 35 | DA | 5F | 18 |
| Octal | 3 | 55 | 170 | 142 | 77 | 0 | 65 | 332 | 137 | 30 |
| Binary | 11 | 101101 | 1111000 | 1100010 | 111111 | 0 | 110101 | 11011010 | 1011111 | 11000 |
Color Harmonies of #032D78
Complementary color
Monochromatic Colors of #032D78
Black with #032D78
Text Example
Text Example
White with #032D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D78; }
p { color: rgb(3,45,120); }
H1.HeaderClassName
{
color: #032D78;
}
.AnyTagClassName
{
color: #032D78;
}
</style>
background-color css
<style>
a { background-color: #032D78; }
a { background-color: rgb(3,45,120); }
div.DivClassName
{
background-color: #032D78;
}
.BgClassName
{
background-color: #032D78;
}
</style>
border-color css
<style>
span { border-color: #032D78; }
span { border-color: rgb(3,45,120); }
td.TdClassName
{
border-color: #032D78;
}
.TagClassName
{
border-color: #032D78;
}
</style>