Shades of Sapphire #032F7C
Tints of Sapphire #032F7C
RGB
CMYK
RGB Variations
Color information
#032F7C (or 0x032F7C) is known color: Sapphire. HEX triplet: 03, 2F and 7C. RGB value is (3,47,124). Sum of RGB (Red+Green+Blue) = 3+47+124=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #032F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F7C is #FCD083. Grayscale: #2A2A2A. Windows color (decimal): -16568452 or 8138499. OLE color: 8138499.
HSL color Cylindrical-coordinate representation of color #032F7C: hue angle of 218.18º 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 #032F7C is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 47 | 124 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.51 |
| HSL | 218.18º | 0.95% | 0.25% | - |
| HSV(B) | 218.18º | 0.98% | 0.49% | - |
| XYZ | 4.69 | 3.51 | 19.5 | - |
| YUV | 42.62 | 173.92 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 124 | 0.98 | 0.62 | 0 | 0.51 | 218.18 | 0.95 | 0.25 |
| Hex | 3 | 2F | 7C | 62 | 3E | 0 | 33 | DA | 5F | 19 |
| Octal | 3 | 57 | 174 | 142 | 76 | 0 | 63 | 332 | 137 | 31 |
| Binary | 11 | 101111 | 1111100 | 1100010 | 111110 | 0 | 110011 | 11011010 | 1011111 | 11001 |
Color Harmonies of #032F7C
Complementary color
Monochromatic Colors of #032F7C
Black with #032F7C
Text Example
Text Example
White with #032F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F7C; }
p { color: rgb(3,47,124); }
H1.HeaderClassName
{
color: #032F7C;
}
.AnyTagClassName
{
color: #032F7C;
}
</style>
background-color css
<style>
a { background-color: #032F7C; }
a { background-color: rgb(3,47,124); }
div.DivClassName
{
background-color: #032F7C;
}
.BgClassName
{
background-color: #032F7C;
}
</style>
border-color css
<style>
span { border-color: #032F7C; }
span { border-color: rgb(3,47,124); }
td.TdClassName
{
border-color: #032F7C;
}
.TagClassName
{
border-color: #032F7C;
}
</style>