Shades of Sapphire #032270
Tints of Sapphire #032270
RGB
CMYK
RGB Variations
Color information
#032270 (or 0x032270) is known color: Sapphire. HEX triplet: 03, 22 and 70. RGB value is (3,34,112). Sum of RGB (Red+Green+Blue) = 3+34+112=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #032270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032270 is #FCDD8F. Grayscale: #212121. Windows color (decimal): -16571792 or 7348739. OLE color: 7348739.
HSL color Cylindrical-coordinate representation of color #032270: hue angle of 222.94º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032270 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 34 | 112 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.56 |
| HSL | 222.94º | 0.95% | 0.23% | - |
| HSV(B) | 222.94º | 0.97% | 0.44% | - |
| XYZ | 3.53 | 2.33 | 15.59 | - |
| YUV | 33.62 | 172.23 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 112 | 0.97 | 0.70 | 0 | 0.56 | 222.94 | 0.95 | 0.23 |
| Hex | 3 | 22 | 70 | 61 | 46 | 0 | 38 | DF | 5F | 17 |
| Octal | 3 | 42 | 160 | 141 | 106 | 0 | 70 | 337 | 137 | 27 |
| Binary | 11 | 100010 | 1110000 | 1100001 | 1000110 | 0 | 111000 | 11011111 | 1011111 | 10111 |
Color Harmonies of #032270
Complementary color
Monochromatic Colors of #032270
Black with #032270
Text Example
Text Example
White with #032270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032270; }
p { color: rgb(3,34,112); }
H1.HeaderClassName
{
color: #032270;
}
.AnyTagClassName
{
color: #032270;
}
</style>
background-color css
<style>
a { background-color: #032270; }
a { background-color: rgb(3,34,112); }
div.DivClassName
{
background-color: #032270;
}
.BgClassName
{
background-color: #032270;
}
</style>
border-color css
<style>
span { border-color: #032270; }
span { border-color: rgb(3,34,112); }
td.TdClassName
{
border-color: #032270;
}
.TagClassName
{
border-color: #032270;
}
</style>