Shades of Sapphire #032C70
Tints of Sapphire #032C70
RGB
CMYK
RGB Variations
Color information
#032C70 (or 0x032C70) is known color: Sapphire. HEX triplet: 03, 2C and 70. RGB value is (3,44,112). Sum of RGB (Red+Green+Blue) = 3+44+112=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #032C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C70 is #FCD38F. Grayscale: #272727. Windows color (decimal): -16569232 or 7351299. OLE color: 7351299.
HSL color Cylindrical-coordinate representation of color #032C70: hue angle of 217.43º 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 #032C70 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 44 | 112 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.56 |
| HSL | 217.43º | 0.95% | 0.23% | - |
| HSV(B) | 217.43º | 0.97% | 0.44% | - |
| XYZ | 3.86 | 2.99 | 15.7 | - |
| YUV | 39.49 | 168.92 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 112 | 0.97 | 0.61 | 0 | 0.56 | 217.43 | 0.95 | 0.23 |
| Hex | 3 | 2C | 70 | 61 | 3D | 0 | 38 | D9 | 5F | 17 |
| Octal | 3 | 54 | 160 | 141 | 75 | 0 | 70 | 331 | 137 | 27 |
| Binary | 11 | 101100 | 1110000 | 1100001 | 111101 | 0 | 111000 | 11011001 | 1011111 | 10111 |
Color Harmonies of #032C70
Complementary color
Monochromatic Colors of #032C70
Black with #032C70
Text Example
Text Example
White with #032C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C70; }
p { color: rgb(3,44,112); }
H1.HeaderClassName
{
color: #032C70;
}
.AnyTagClassName
{
color: #032C70;
}
</style>
background-color css
<style>
a { background-color: #032C70; }
a { background-color: rgb(3,44,112); }
div.DivClassName
{
background-color: #032C70;
}
.BgClassName
{
background-color: #032C70;
}
</style>
border-color css
<style>
span { border-color: #032C70; }
span { border-color: rgb(3,44,112); }
td.TdClassName
{
border-color: #032C70;
}
.TagClassName
{
border-color: #032C70;
}
</style>