Shades of Sapphire #032866
Tints of Sapphire #032866
RGB
CMYK
RGB Variations
Color information
#032866 (or 0x032866) is known color: Sapphire. HEX triplet: 03, 28 and 66. RGB value is (3,40,102). Sum of RGB (Red+Green+Blue) = 3+40+102=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 102 (40.23% from 255 or 70.34% from 145); Max value from RGB is 102 - color contains mainly: blue. Hex color #032866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032866 is #FCD799. Grayscale: #232323. Windows color (decimal): -16570266 or 6694915. OLE color: 6694915.
HSL color Cylindrical-coordinate representation of color #032866: hue angle of 217.58º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032866 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 40 | 102 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.6 |
| HSL | 217.58º | 0.94% | 0.21% | - |
| HSV(B) | 217.58º | 0.97% | 0.4% | - |
| XYZ | 3.19 | 2.5 | 12.88 | - |
| YUV | 36.01 | 165.24 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 102 | 0.97 | 0.61 | 0 | 0.6 | 217.58 | 0.94 | 0.21 |
| Hex | 3 | 28 | 66 | 61 | 3D | 0 | 3C | DA | 5E | 15 |
| Octal | 3 | 50 | 146 | 141 | 75 | 0 | 74 | 332 | 136 | 25 |
| Binary | 11 | 101000 | 1100110 | 1100001 | 111101 | 0 | 111100 | 11011010 | 1011110 | 10101 |
Color Harmonies of #032866
Complementary color
Monochromatic Colors of #032866
Black with #032866
Text Example
Text Example
White with #032866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032866; }
p { color: rgb(3,40,102); }
H1.HeaderClassName
{
color: #032866;
}
.AnyTagClassName
{
color: #032866;
}
</style>
background-color css
<style>
a { background-color: #032866; }
a { background-color: rgb(3,40,102); }
div.DivClassName
{
background-color: #032866;
}
.BgClassName
{
background-color: #032866;
}
</style>
border-color css
<style>
span { border-color: #032866; }
span { border-color: rgb(3,40,102); }
td.TdClassName
{
border-color: #032866;
}
.TagClassName
{
border-color: #032866;
}
</style>