Shades of Sapphire #032A66
Tints of Sapphire #032A66
RGB
CMYK
RGB Variations
Color information
#032A66 (or 0x032A66) is known color: Sapphire. HEX triplet: 03, 2A and 66. RGB value is (3,42,102). Sum of RGB (Red+Green+Blue) = 3+42+102=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 102 (40.23% from 255 or 69.39% from 147); Max value from RGB is 102 - color contains mainly: blue. Hex color #032A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A66 is #FCD599. Grayscale: #242424. Windows color (decimal): -16569754 or 6695427. OLE color: 6695427.
HSL color Cylindrical-coordinate representation of color #032A66: hue angle of 216.36º 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 #032A66 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 42 | 102 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.6 |
| HSL | 216.36º | 0.94% | 0.21% | - |
| HSV(B) | 216.36º | 0.97% | 0.4% | - |
| XYZ | 3.26 | 2.63 | 12.91 | - |
| YUV | 37.18 | 164.58 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 102 | 0.97 | 0.59 | 0 | 0.6 | 216.36 | 0.94 | 0.21 |
| Hex | 3 | 2A | 66 | 61 | 3B | 0 | 3C | D8 | 5E | 15 |
| Octal | 3 | 52 | 146 | 141 | 73 | 0 | 74 | 330 | 136 | 25 |
| Binary | 11 | 101010 | 1100110 | 1100001 | 111011 | 0 | 111100 | 11011000 | 1011110 | 10101 |
Color Harmonies of #032A66
Complementary color
Monochromatic Colors of #032A66
Black with #032A66
Text Example
Text Example
White with #032A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A66; }
p { color: rgb(3,42,102); }
H1.HeaderClassName
{
color: #032A66;
}
.AnyTagClassName
{
color: #032A66;
}
</style>
background-color css
<style>
a { background-color: #032A66; }
a { background-color: rgb(3,42,102); }
div.DivClassName
{
background-color: #032A66;
}
.BgClassName
{
background-color: #032A66;
}
</style>
border-color css
<style>
span { border-color: #032A66; }
span { border-color: rgb(3,42,102); }
td.TdClassName
{
border-color: #032A66;
}
.TagClassName
{
border-color: #032A66;
}
</style>