Shades of Sapphire #032F7A
Tints of Sapphire #032F7A
RGB
CMYK
RGB Variations
Color information
#032F7A (or 0x032F7A) is known color: Sapphire. HEX triplet: 03, 2F and 7A. RGB value is (3,47,122). Sum of RGB (Red+Green+Blue) = 3+47+122=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 122 (48.05% from 255 or 70.93% from 172); Max value from RGB is 122 - color contains mainly: blue. Hex color #032F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F7A is #FCD085. Grayscale: #2A2A2A. Windows color (decimal): -16568454 or 8007427. OLE color: 8007427.
HSL color Cylindrical-coordinate representation of color #032F7A: hue angle of 217.82º 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 #032F7A is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 47 | 122 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.52 |
| HSL | 217.82º | 0.95% | 0.25% | - |
| HSV(B) | 217.82º | 0.98% | 0.48% | - |
| XYZ | 4.57 | 3.46 | 18.84 | - |
| YUV | 42.39 | 172.92 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 122 | 0.98 | 0.61 | 0 | 0.52 | 217.82 | 0.95 | 0.25 |
| Hex | 3 | 2F | 7A | 62 | 3D | 0 | 34 | DA | 5F | 19 |
| Octal | 3 | 57 | 172 | 142 | 75 | 0 | 64 | 332 | 137 | 31 |
| Binary | 11 | 101111 | 1111010 | 1100010 | 111101 | 0 | 110100 | 11011010 | 1011111 | 11001 |
Color Harmonies of #032F7A
Complementary color
Monochromatic Colors of #032F7A
Black with #032F7A
Text Example
Text Example
White with #032F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F7A; }
p { color: rgb(3,47,122); }
H1.HeaderClassName
{
color: #032F7A;
}
.AnyTagClassName
{
color: #032F7A;
}
</style>
background-color css
<style>
a { background-color: #032F7A; }
a { background-color: rgb(3,47,122); }
div.DivClassName
{
background-color: #032F7A;
}
.BgClassName
{
background-color: #032F7A;
}
</style>
border-color css
<style>
span { border-color: #032F7A; }
span { border-color: rgb(3,47,122); }
td.TdClassName
{
border-color: #032F7A;
}
.TagClassName
{
border-color: #032F7A;
}
</style>