Shades of Sapphire #032868
Tints of Sapphire #032868
RGB
CMYK
RGB Variations
Color information
#032868 (or 0x032868) is known color: Sapphire. HEX triplet: 03, 28 and 68. RGB value is (3,40,104). Sum of RGB (Red+Green+Blue) = 3+40+104=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 104 (41.02% from 255 or 70.75% from 147); Max value from RGB is 104 - color contains mainly: blue. Hex color #032868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032868 is #FCD797. Grayscale: #232323. Windows color (decimal): -16570264 or 6825987. OLE color: 6825987.
HSL color Cylindrical-coordinate representation of color #032868: hue angle of 218.02º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032868 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 40 | 104 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.59 |
| HSL | 218.02º | 0.94% | 0.21% | - |
| HSV(B) | 218.02º | 0.97% | 0.41% | - |
| XYZ | 3.3 | 2.54 | 13.41 | - |
| YUV | 36.23 | 166.24 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 104 | 0.97 | 0.62 | 0 | 0.59 | 218.02 | 0.94 | 0.21 |
| Hex | 3 | 28 | 68 | 61 | 3E | 0 | 3B | DA | 5E | 15 |
| Octal | 3 | 50 | 150 | 141 | 76 | 0 | 73 | 332 | 136 | 25 |
| Binary | 11 | 101000 | 1101000 | 1100001 | 111110 | 0 | 111011 | 11011010 | 1011110 | 10101 |
Color Harmonies of #032868
Complementary color
Monochromatic Colors of #032868
Black with #032868
Text Example
Text Example
White with #032868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032868; }
p { color: rgb(3,40,104); }
H1.HeaderClassName
{
color: #032868;
}
.AnyTagClassName
{
color: #032868;
}
</style>
background-color css
<style>
a { background-color: #032868; }
a { background-color: rgb(3,40,104); }
div.DivClassName
{
background-color: #032868;
}
.BgClassName
{
background-color: #032868;
}
</style>
border-color css
<style>
span { border-color: #032868; }
span { border-color: rgb(3,40,104); }
td.TdClassName
{
border-color: #032868;
}
.TagClassName
{
border-color: #032868;
}
</style>