Shades of Sapphire #032279
Tints of Sapphire #032279
RGB
CMYK
RGB Variations
Color information
#032279 (or 0x032279) is known color: Sapphire. HEX triplet: 03, 22 and 79. RGB value is (3,34,121). Sum of RGB (Red+Green+Blue) = 3+34+121=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 121 (47.66% from 255 or 76.58% from 158); Max value from RGB is 121 - color contains mainly: blue. Hex color #032279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032279 is #FCDD86. Grayscale: #222222. Windows color (decimal): -16571783 or 7938563. OLE color: 7938563.
HSL color Cylindrical-coordinate representation of color #032279: hue angle of 224.24º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032279 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 3 | 34 | 121 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.53 |
| HSL | 224.24º | 0.95% | 0.24% | - |
| HSV(B) | 224.24º | 0.98% | 0.47% | - |
| XYZ | 4.06 | 2.54 | 18.37 | - |
| YUV | 34.65 | 176.73 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 121 | 0.98 | 0.72 | 0 | 0.53 | 224.24 | 0.95 | 0.24 |
| Hex | 3 | 22 | 79 | 62 | 48 | 0 | 35 | E0 | 5F | 18 |
| Octal | 3 | 42 | 171 | 142 | 110 | 0 | 65 | 340 | 137 | 30 |
| Binary | 11 | 100010 | 1111001 | 1100010 | 1001000 | 0 | 110101 | 11100000 | 1011111 | 11000 |
Color Harmonies of #032279
Complementary color
Monochromatic Colors of #032279
Black with #032279
Text Example
Text Example
White with #032279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032279; }
p { color: rgb(3,34,121); }
H1.HeaderClassName
{
color: #032279;
}
.AnyTagClassName
{
color: #032279;
}
</style>
background-color css
<style>
a { background-color: #032279; }
a { background-color: rgb(3,34,121); }
div.DivClassName
{
background-color: #032279;
}
.BgClassName
{
background-color: #032279;
}
</style>
border-color css
<style>
span { border-color: #032279; }
span { border-color: rgb(3,34,121); }
td.TdClassName
{
border-color: #032279;
}
.TagClassName
{
border-color: #032279;
}
</style>