Shades of Sapphire #032C7A
Tints of Sapphire #032C7A
RGB
CMYK
RGB Variations
Color information
#032C7A (or 0x032C7A) is known color: Sapphire. HEX triplet: 03, 2C and 7A. RGB value is (3,44,122). Sum of RGB (Red+Green+Blue) = 3+44+122=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 122 (48.05% from 255 or 72.19% from 169); Max value from RGB is 122 - color contains mainly: blue. Hex color #032C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C7A is #FCD385. Grayscale: #282828. Windows color (decimal): -16569222 or 8006659. OLE color: 8006659.
HSL color Cylindrical-coordinate representation of color #032C7A: hue angle of 219.33º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032C7A is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 44 | 122 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.52 |
| HSL | 219.33º | 0.95% | 0.25% | - |
| HSV(B) | 219.33º | 0.98% | 0.48% | - |
| XYZ | 4.45 | 3.23 | 18.8 | - |
| YUV | 40.63 | 173.92 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 122 | 0.98 | 0.64 | 0 | 0.52 | 219.33 | 0.95 | 0.25 |
| Hex | 3 | 2C | 7A | 62 | 40 | 0 | 34 | DB | 5F | 19 |
| Octal | 3 | 54 | 172 | 142 | 100 | 0 | 64 | 333 | 137 | 31 |
| Binary | 11 | 101100 | 1111010 | 1100010 | 1000000 | 0 | 110100 | 11011011 | 1011111 | 11001 |
Color Harmonies of #032C7A
Complementary color
Monochromatic Colors of #032C7A
Black with #032C7A
Text Example
Text Example
White with #032C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C7A; }
p { color: rgb(3,44,122); }
H1.HeaderClassName
{
color: #032C7A;
}
.AnyTagClassName
{
color: #032C7A;
}
</style>
background-color css
<style>
a { background-color: #032C7A; }
a { background-color: rgb(3,44,122); }
div.DivClassName
{
background-color: #032C7A;
}
.BgClassName
{
background-color: #032C7A;
}
</style>
border-color css
<style>
span { border-color: #032C7A; }
span { border-color: rgb(3,44,122); }
td.TdClassName
{
border-color: #032C7A;
}
.TagClassName
{
border-color: #032C7A;
}
</style>