Shades of Sapphire #032662
Tints of Sapphire #032662
RGB
CMYK
RGB Variations
Color information
#032662 (or 0x032662) is known color: Sapphire. HEX triplet: 03, 26 and 62. RGB value is (3,38,98). Sum of RGB (Red+Green+Blue) = 3+38+98=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #032662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032662 is #FCD99D. Grayscale: #222222. Windows color (decimal): -16570782 or 6432259. OLE color: 6432259.
HSL color Cylindrical-coordinate representation of color #032662: hue angle of 217.89º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032662 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 38 | 98 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.62 |
| HSL | 217.89º | 0.94% | 0.2% | - |
| HSV(B) | 217.89º | 0.97% | 0.38% | - |
| XYZ | 2.94 | 2.29 | 11.84 | - |
| YUV | 34.38 | 163.9 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 98 | 0.97 | 0.61 | 0 | 0.62 | 217.89 | 0.94 | 0.2 |
| Hex | 3 | 26 | 62 | 61 | 3D | 0 | 3E | DA | 5E | 14 |
| Octal | 3 | 46 | 142 | 141 | 75 | 0 | 76 | 332 | 136 | 24 |
| Binary | 11 | 100110 | 1100010 | 1100001 | 111101 | 0 | 111110 | 11011010 | 1011110 | 10100 |
Color Harmonies of #032662
Complementary color
Monochromatic Colors of #032662
Black with #032662
Text Example
Text Example
White with #032662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032662; }
p { color: rgb(3,38,98); }
H1.HeaderClassName
{
color: #032662;
}
.AnyTagClassName
{
color: #032662;
}
</style>
background-color css
<style>
a { background-color: #032662; }
a { background-color: rgb(3,38,98); }
div.DivClassName
{
background-color: #032662;
}
.BgClassName
{
background-color: #032662;
}
</style>
border-color css
<style>
span { border-color: #032662; }
span { border-color: rgb(3,38,98); }
td.TdClassName
{
border-color: #032662;
}
.TagClassName
{
border-color: #032662;
}
</style>