Shades of Sapphire #032560
Tints of Sapphire #032560
RGB
CMYK
RGB Variations
Color information
#032560 (or 0x032560) is known color: Sapphire. HEX triplet: 03, 25 and 60. RGB value is (3,37,96). Sum of RGB (Red+Green+Blue) = 3+37+96=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 96 (37.89% from 255 or 70.59% from 136); Max value from RGB is 96 - color contains mainly: blue. Hex color #032560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032560 is #FCDA9F. Grayscale: #212121. Windows color (decimal): -16571040 or 6300931. OLE color: 6300931.
HSL color Cylindrical-coordinate representation of color #032560: hue angle of 218.06º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032560 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 37 | 96 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.62 |
| HSL | 218.06º | 0.94% | 0.19% | - |
| HSV(B) | 218.06º | 0.97% | 0.38% | - |
| XYZ | 2.81 | 2.19 | 11.34 | - |
| YUV | 33.56 | 163.24 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 37 | 96 | 0.97 | 0.61 | 0 | 0.62 | 218.06 | 0.94 | 0.19 |
| Hex | 3 | 25 | 60 | 61 | 3D | 0 | 3E | DA | 5E | 13 |
| Octal | 3 | 45 | 140 | 141 | 75 | 0 | 76 | 332 | 136 | 23 |
| Binary | 11 | 100101 | 1100000 | 1100001 | 111101 | 0 | 111110 | 11011010 | 1011110 | 10011 |
Color Harmonies of #032560
Complementary color
Monochromatic Colors of #032560
Black with #032560
Text Example
Text Example
White with #032560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032560; }
p { color: rgb(3,37,96); }
H1.HeaderClassName
{
color: #032560;
}
.AnyTagClassName
{
color: #032560;
}
</style>
background-color css
<style>
a { background-color: #032560; }
a { background-color: rgb(3,37,96); }
div.DivClassName
{
background-color: #032560;
}
.BgClassName
{
background-color: #032560;
}
</style>
border-color css
<style>
span { border-color: #032560; }
span { border-color: rgb(3,37,96); }
td.TdClassName
{
border-color: #032560;
}
.TagClassName
{
border-color: #032560;
}
</style>