Shades of Sapphire #032864
Tints of Sapphire #032864
RGB
CMYK
RGB Variations
Color information
#032864 (or 0x032864) is known color: Sapphire. HEX triplet: 03, 28 and 64. RGB value is (3,40,100). Sum of RGB (Red+Green+Blue) = 3+40+100=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 100 (39.45% from 255 or 69.93% from 143); Max value from RGB is 100 - color contains mainly: blue. Hex color #032864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032864 is #FCD79B. Grayscale: #232323. Windows color (decimal): -16570268 or 6563843. OLE color: 6563843.
HSL color Cylindrical-coordinate representation of color #032864: hue angle of 217.11º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032864 is Cyan = 0.97, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 40 | 100 | - |
| CMYK | 0.97 | 0.6 | 0 | 0.61 |
| HSL | 217.11º | 0.94% | 0.2% | - |
| HSV(B) | 217.11º | 0.97% | 0.39% | - |
| XYZ | 3.1 | 2.46 | 12.37 | - |
| YUV | 35.78 | 164.24 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 100 | 0.97 | 0.6 | 0 | 0.61 | 217.11 | 0.94 | 0.2 |
| Hex | 3 | 28 | 64 | 61 | 3C | 0 | 3D | D9 | 5E | 14 |
| Octal | 3 | 50 | 144 | 141 | 74 | 0 | 75 | 331 | 136 | 24 |
| Binary | 11 | 101000 | 1100100 | 1100001 | 111100 | 0 | 111101 | 11011001 | 1011110 | 10100 |
Color Harmonies of #032864
Complementary color
Monochromatic Colors of #032864
Black with #032864
Text Example
Text Example
White with #032864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032864; }
p { color: rgb(3,40,100); }
H1.HeaderClassName
{
color: #032864;
}
.AnyTagClassName
{
color: #032864;
}
</style>
background-color css
<style>
a { background-color: #032864; }
a { background-color: rgb(3,40,100); }
div.DivClassName
{
background-color: #032864;
}
.BgClassName
{
background-color: #032864;
}
</style>
border-color css
<style>
span { border-color: #032864; }
span { border-color: rgb(3,40,100); }
td.TdClassName
{
border-color: #032864;
}
.TagClassName
{
border-color: #032864;
}
</style>