Shades of Sapphire #032C72
Tints of Sapphire #032C72
RGB
CMYK
RGB Variations
Color information
#032C72 (or 0x032C72) is known color: Sapphire. HEX triplet: 03, 2C and 72. RGB value is (3,44,114). Sum of RGB (Red+Green+Blue) = 3+44+114=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #032C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C72 is #FCD38D. Grayscale: #272727. Windows color (decimal): -16569230 or 7482371. OLE color: 7482371.
HSL color Cylindrical-coordinate representation of color #032C72: hue angle of 217.84º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032C72 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 44 | 114 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.55 |
| HSL | 217.84º | 0.95% | 0.23% | - |
| HSV(B) | 217.84º | 0.97% | 0.45% | - |
| XYZ | 3.98 | 3.04 | 16.3 | - |
| YUV | 39.72 | 169.92 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 114 | 0.97 | 0.61 | 0 | 0.55 | 217.84 | 0.95 | 0.23 |
| Hex | 3 | 2C | 72 | 61 | 3D | 0 | 37 | DA | 5F | 17 |
| Octal | 3 | 54 | 162 | 141 | 75 | 0 | 67 | 332 | 137 | 27 |
| Binary | 11 | 101100 | 1110010 | 1100001 | 111101 | 0 | 110111 | 11011010 | 1011111 | 10111 |
Color Harmonies of #032C72
Complementary color
Monochromatic Colors of #032C72
Black with #032C72
Text Example
Text Example
White with #032C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C72; }
p { color: rgb(3,44,114); }
H1.HeaderClassName
{
color: #032C72;
}
.AnyTagClassName
{
color: #032C72;
}
</style>
background-color css
<style>
a { background-color: #032C72; }
a { background-color: rgb(3,44,114); }
div.DivClassName
{
background-color: #032C72;
}
.BgClassName
{
background-color: #032C72;
}
</style>
border-color css
<style>
span { border-color: #032C72; }
span { border-color: rgb(3,44,114); }
td.TdClassName
{
border-color: #032C72;
}
.TagClassName
{
border-color: #032C72;
}
</style>