Shades of Sapphire #032A65
Tints of Sapphire #032A65
RGB
CMYK
RGB Variations
Color information
#032A65 (or 0x032A65) is known color: Sapphire. HEX triplet: 03, 2A and 65. RGB value is (3,42,101). Sum of RGB (Red+Green+Blue) = 3+42+101=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 101 (39.84% from 255 or 69.18% from 146); Max value from RGB is 101 - color contains mainly: blue. Hex color #032A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A65 is #FCD59A. Grayscale: #242424. Windows color (decimal): -16569755 or 6629891. OLE color: 6629891.
HSL color Cylindrical-coordinate representation of color #032A65: hue angle of 216.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032A65 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 42 | 101 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.60 |
| HSL | 216.12º | 0.94% | 0.2% | - |
| HSV(B) | 216.12º | 0.97% | 0.4% | - |
| XYZ | 3.21 | 2.61 | 12.65 | - |
| YUV | 37.07 | 164.08 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 101 | 0.97 | 0.58 | 0 | 0.60 | 216.12 | 0.94 | 0.2 |
| Hex | 3 | 2A | 65 | 61 | 3A | 0 | 3C | D8 | 5E | 14 |
| Octal | 3 | 52 | 145 | 141 | 72 | 0 | 74 | 330 | 136 | 24 |
| Binary | 11 | 101010 | 1100101 | 1100001 | 111010 | 0 | 111100 | 11011000 | 1011110 | 10100 |
Color Harmonies of #032A65
Complementary color
Monochromatic Colors of #032A65
Black with #032A65
Text Example
Text Example
White with #032A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A65; }
p { color: rgb(3,42,101); }
H1.HeaderClassName
{
color: #032A65;
}
.AnyTagClassName
{
color: #032A65;
}
</style>
background-color css
<style>
a { background-color: #032A65; }
a { background-color: rgb(3,42,101); }
div.DivClassName
{
background-color: #032A65;
}
.BgClassName
{
background-color: #032A65;
}
</style>
border-color css
<style>
span { border-color: #032A65; }
span { border-color: rgb(3,42,101); }
td.TdClassName
{
border-color: #032A65;
}
.TagClassName
{
border-color: #032A65;
}
</style>