Shades of Sapphire #032A68
Tints of Sapphire #032A68
RGB
CMYK
RGB Variations
Color information
#032A68 (or 0x032A68) is known color: Sapphire. HEX triplet: 03, 2A and 68. RGB value is (3,42,104). Sum of RGB (Red+Green+Blue) = 3+42+104=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #032A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A68 is #FCD597. Grayscale: #252525. Windows color (decimal): -16569752 or 6826499. OLE color: 6826499.
HSL color Cylindrical-coordinate representation of color #032A68: hue angle of 216.83º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032A68 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 42 | 104 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.59 |
| HSL | 216.83º | 0.94% | 0.21% | - |
| HSV(B) | 216.83º | 0.97% | 0.41% | - |
| XYZ | 3.36 | 2.67 | 13.44 | - |
| YUV | 37.41 | 165.58 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 104 | 0.97 | 0.60 | 0 | 0.59 | 216.83 | 0.94 | 0.21 |
| Hex | 3 | 2A | 68 | 61 | 3C | 0 | 3B | D9 | 5E | 15 |
| Octal | 3 | 52 | 150 | 141 | 74 | 0 | 73 | 331 | 136 | 25 |
| Binary | 11 | 101010 | 1101000 | 1100001 | 111100 | 0 | 111011 | 11011001 | 1011110 | 10101 |
Color Harmonies of #032A68
Complementary color
Monochromatic Colors of #032A68
Black with #032A68
Text Example
Text Example
White with #032A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A68; }
p { color: rgb(3,42,104); }
H1.HeaderClassName
{
color: #032A68;
}
.AnyTagClassName
{
color: #032A68;
}
</style>
background-color css
<style>
a { background-color: #032A68; }
a { background-color: rgb(3,42,104); }
div.DivClassName
{
background-color: #032A68;
}
.BgClassName
{
background-color: #032A68;
}
</style>
border-color css
<style>
span { border-color: #032A68; }
span { border-color: rgb(3,42,104); }
td.TdClassName
{
border-color: #032A68;
}
.TagClassName
{
border-color: #032A68;
}
</style>