Shades of Sapphire #032A67
Tints of Sapphire #032A67
RGB
CMYK
RGB Variations
Color information
#032A67 (or 0x032A67) is known color: Sapphire. HEX triplet: 03, 2A and 67. RGB value is (3,42,103). Sum of RGB (Red+Green+Blue) = 3+42+103=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 103 (40.62% from 255 or 69.59% from 148); Max value from RGB is 103 - color contains mainly: blue. Hex color #032A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A67 is #FCD598. Grayscale: #252525. Windows color (decimal): -16569753 or 6760963. OLE color: 6760963.
HSL color Cylindrical-coordinate representation of color #032A67: hue angle of 216.6º 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 #032A67 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 42 | 103 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.60 |
| HSL | 216.6º | 0.94% | 0.21% | - |
| HSV(B) | 216.6º | 0.97% | 0.4% | - |
| XYZ | 3.31 | 2.65 | 13.17 | - |
| YUV | 37.29 | 165.08 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 103 | 0.97 | 0.59 | 0 | 0.60 | 216.6 | 0.94 | 0.21 |
| Hex | 3 | 2A | 67 | 61 | 3B | 0 | 3C | D9 | 5E | 15 |
| Octal | 3 | 52 | 147 | 141 | 73 | 0 | 74 | 331 | 136 | 25 |
| Binary | 11 | 101010 | 1100111 | 1100001 | 111011 | 0 | 111100 | 11011001 | 1011110 | 10101 |
Color Harmonies of #032A67
Complementary color
Monochromatic Colors of #032A67
Black with #032A67
Text Example
Text Example
White with #032A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A67; }
p { color: rgb(3,42,103); }
H1.HeaderClassName
{
color: #032A67;
}
.AnyTagClassName
{
color: #032A67;
}
</style>
background-color css
<style>
a { background-color: #032A67; }
a { background-color: rgb(3,42,103); }
div.DivClassName
{
background-color: #032A67;
}
.BgClassName
{
background-color: #032A67;
}
</style>
border-color css
<style>
span { border-color: #032A67; }
span { border-color: rgb(3,42,103); }
td.TdClassName
{
border-color: #032A67;
}
.TagClassName
{
border-color: #032A67;
}
</style>