Shades of Sapphire #032A70
Tints of Sapphire #032A70
RGB
CMYK
RGB Variations
Color information
#032A70 (or 0x032A70) is known color: Sapphire. HEX triplet: 03, 2A and 70. RGB value is (3,42,112). Sum of RGB (Red+Green+Blue) = 3+42+112=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #032A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A70 is #FCD58F. Grayscale: #262626. Windows color (decimal): -16569744 or 7350787. OLE color: 7350787.
HSL color Cylindrical-coordinate representation of color #032A70: hue angle of 218.53º 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 #032A70 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 42 | 112 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.56 |
| HSL | 218.53º | 0.95% | 0.23% | - |
| HSV(B) | 218.53º | 0.97% | 0.44% | - |
| XYZ | 3.79 | 2.85 | 15.68 | - |
| YUV | 38.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 112 | 0.97 | 0.62 | 0 | 0.56 | 218.53 | 0.95 | 0.23 |
| Hex | 3 | 2A | 70 | 61 | 3E | 0 | 38 | DB | 5F | 17 |
| Octal | 3 | 52 | 160 | 141 | 76 | 0 | 70 | 333 | 137 | 27 |
| Binary | 11 | 101010 | 1110000 | 1100001 | 111110 | 0 | 111000 | 11011011 | 1011111 | 10111 |
Color Harmonies of #032A70
Complementary color
Monochromatic Colors of #032A70
Black with #032A70
Text Example
Text Example
White with #032A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A70; }
p { color: rgb(3,42,112); }
H1.HeaderClassName
{
color: #032A70;
}
.AnyTagClassName
{
color: #032A70;
}
</style>
background-color css
<style>
a { background-color: #032A70; }
a { background-color: rgb(3,42,112); }
div.DivClassName
{
background-color: #032A70;
}
.BgClassName
{
background-color: #032A70;
}
</style>
border-color css
<style>
span { border-color: #032A70; }
span { border-color: rgb(3,42,112); }
td.TdClassName
{
border-color: #032A70;
}
.TagClassName
{
border-color: #032A70;
}
</style>