Shades of Sapphire #032263
Tints of Sapphire #032263
RGB
CMYK
RGB Variations
Color information
#032263 (or 0x032263) is known color: Sapphire. HEX triplet: 03, 22 and 63. RGB value is (3,34,99). Sum of RGB (Red+Green+Blue) = 3+34+99=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 99 (39.06% from 255 or 72.79% from 136); Max value from RGB is 99 - color contains mainly: blue. Hex color #032263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032263 is #FCDD9C. Grayscale: #1F1F1F. Windows color (decimal): -16571805 or 6496771. OLE color: 6496771.
HSL color Cylindrical-coordinate representation of color #032263: hue angle of 220.62º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032263 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 34 | 99 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.61 |
| HSL | 220.63º | 0.94% | 0.2% | - |
| HSV(B) | 220.63º | 0.97% | 0.39% | - |
| XYZ | 2.86 | 2.06 | 12.05 | - |
| YUV | 32.14 | 165.73 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 99 | 0.97 | 0.66 | 0 | 0.61 | 220.63 | 0.94 | 0.2 |
| Hex | 3 | 22 | 63 | 61 | 42 | 0 | 3D | DD | 5E | 14 |
| Octal | 3 | 42 | 143 | 141 | 102 | 0 | 75 | 335 | 136 | 24 |
| Binary | 11 | 100010 | 1100011 | 1100001 | 1000010 | 0 | 111101 | 11011101 | 1011110 | 10100 |
Color Harmonies of #032263
Complementary color
Monochromatic Colors of #032263
Black with #032263
Text Example
Text Example
White with #032263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032263; }
p { color: rgb(3,34,99); }
H1.HeaderClassName
{
color: #032263;
}
.AnyTagClassName
{
color: #032263;
}
</style>
background-color css
<style>
a { background-color: #032263; }
a { background-color: rgb(3,34,99); }
div.DivClassName
{
background-color: #032263;
}
.BgClassName
{
background-color: #032263;
}
</style>
border-color css
<style>
span { border-color: #032263; }
span { border-color: rgb(3,34,99); }
td.TdClassName
{
border-color: #032263;
}
.TagClassName
{
border-color: #032263;
}
</style>