Shades of Sapphire #032251
Tints of Sapphire #032251
RGB
CMYK
RGB Variations
Color information
#032251 (or 0x032251) is known color: Sapphire. HEX triplet: 03, 22 and 51. RGB value is (3,34,81). Sum of RGB (Red+Green+Blue) = 3+34+81=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 81 (32.03% from 255 or 68.64% from 118); Max value from RGB is 81 - color contains mainly: blue. Hex color #032251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032251 is #FCDDAE. Grayscale: #1D1D1D. Windows color (decimal): -16571823 or 5317123. OLE color: 5317123.
HSL color Cylindrical-coordinate representation of color #032251: hue angle of 216.15º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032251 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 34 | 81 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.68 |
| HSL | 216.15º | 0.93% | 0.16% | - |
| HSV(B) | 216.15º | 0.96% | 0.32% | - |
| XYZ | 2.09 | 1.76 | 8.01 | - |
| YUV | 30.09 | 156.73 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 81 | 0.96 | 0.58 | 0 | 0.68 | 216.15 | 0.93 | 0.16 |
| Hex | 3 | 22 | 51 | 60 | 3A | 0 | 44 | D8 | 5D | 10 |
| Octal | 3 | 42 | 121 | 140 | 72 | 0 | 104 | 330 | 135 | 20 |
| Binary | 11 | 100010 | 1010001 | 1100000 | 111010 | 0 | 1000100 | 11011000 | 1011101 | 10000 |
Color Harmonies of #032251
Complementary color
Monochromatic Colors of #032251
Black with #032251
Text Example
Text Example
White with #032251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032251; }
p { color: rgb(3,34,81); }
H1.HeaderClassName
{
color: #032251;
}
.AnyTagClassName
{
color: #032251;
}
</style>
background-color css
<style>
a { background-color: #032251; }
a { background-color: rgb(3,34,81); }
div.DivClassName
{
background-color: #032251;
}
.BgClassName
{
background-color: #032251;
}
</style>
border-color css
<style>
span { border-color: #032251; }
span { border-color: rgb(3,34,81); }
td.TdClassName
{
border-color: #032251;
}
.TagClassName
{
border-color: #032251;
}
</style>