Shades of Sapphire #032C74
Tints of Sapphire #032C74
RGB
CMYK
RGB Variations
Color information
#032C74 (or 0x032C74) is known color: Sapphire. HEX triplet: 03, 2C and 74. RGB value is (3,44,116). Sum of RGB (Red+Green+Blue) = 3+44+116=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 116 (45.70% from 255 or 71.17% from 163); Max value from RGB is 116 - color contains mainly: blue. Hex color #032C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C74 is #FCD38B. Grayscale: #272727. Windows color (decimal): -16569228 or 7613443. OLE color: 7613443.
HSL color Cylindrical-coordinate representation of color #032C74: hue angle of 218.23º 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 #032C74 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 44 | 116 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.55 |
| HSL | 218.23º | 0.95% | 0.23% | - |
| HSV(B) | 218.23º | 0.97% | 0.45% | - |
| XYZ | 4.09 | 3.08 | 16.9 | - |
| YUV | 39.95 | 170.92 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 116 | 0.97 | 0.62 | 0 | 0.55 | 218.23 | 0.95 | 0.23 |
| Hex | 3 | 2C | 74 | 61 | 3E | 0 | 37 | DA | 5F | 17 |
| Octal | 3 | 54 | 164 | 141 | 76 | 0 | 67 | 332 | 137 | 27 |
| Binary | 11 | 101100 | 1110100 | 1100001 | 111110 | 0 | 110111 | 11011010 | 1011111 | 10111 |
Color Harmonies of #032C74
Complementary color
Monochromatic Colors of #032C74
Black with #032C74
Text Example
Text Example
White with #032C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C74; }
p { color: rgb(3,44,116); }
H1.HeaderClassName
{
color: #032C74;
}
.AnyTagClassName
{
color: #032C74;
}
</style>
background-color css
<style>
a { background-color: #032C74; }
a { background-color: rgb(3,44,116); }
div.DivClassName
{
background-color: #032C74;
}
.BgClassName
{
background-color: #032C74;
}
</style>
border-color css
<style>
span { border-color: #032C74; }
span { border-color: rgb(3,44,116); }
td.TdClassName
{
border-color: #032C74;
}
.TagClassName
{
border-color: #032C74;
}
</style>