Shades of Sapphire #032D7C
Tints of Sapphire #032D7C
RGB
CMYK
RGB Variations
Color information
#032D7C (or 0x032D7C) is known color: Sapphire. HEX triplet: 03, 2D and 7C. RGB value is (3,45,124). Sum of RGB (Red+Green+Blue) = 3+45+124=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 124 (48.83% from 255 or 72.09% from 172); Max value from RGB is 124 - color contains mainly: blue. Hex color #032D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D7C is #FCD283. Grayscale: #292929. Windows color (decimal): -16568964 or 8137987. OLE color: 8137987.
HSL color Cylindrical-coordinate representation of color #032D7C: hue angle of 219.17º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032D7C is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 45 | 124 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.51 |
| HSL | 219.17º | 0.95% | 0.25% | - |
| HSV(B) | 219.17º | 0.98% | 0.49% | - |
| XYZ | 4.61 | 3.35 | 19.47 | - |
| YUV | 41.45 | 174.59 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 124 | 0.98 | 0.64 | 0 | 0.51 | 219.17 | 0.95 | 0.25 |
| Hex | 3 | 2D | 7C | 62 | 40 | 0 | 33 | DB | 5F | 19 |
| Octal | 3 | 55 | 174 | 142 | 100 | 0 | 63 | 333 | 137 | 31 |
| Binary | 11 | 101101 | 1111100 | 1100010 | 1000000 | 0 | 110011 | 11011011 | 1011111 | 11001 |
Color Harmonies of #032D7C
Complementary color
Monochromatic Colors of #032D7C
Black with #032D7C
Text Example
Text Example
White with #032D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D7C; }
p { color: rgb(3,45,124); }
H1.HeaderClassName
{
color: #032D7C;
}
.AnyTagClassName
{
color: #032D7C;
}
</style>
background-color css
<style>
a { background-color: #032D7C; }
a { background-color: rgb(3,45,124); }
div.DivClassName
{
background-color: #032D7C;
}
.BgClassName
{
background-color: #032D7C;
}
</style>
border-color css
<style>
span { border-color: #032D7C; }
span { border-color: rgb(3,45,124); }
td.TdClassName
{
border-color: #032D7C;
}
.TagClassName
{
border-color: #032D7C;
}
</style>