Shades of Sapphire #032253
Tints of Sapphire #032253
RGB
CMYK
RGB Variations
Color information
#032253 (or 0x032253) is known color: Sapphire. HEX triplet: 03, 22 and 53. RGB value is (3,34,83). Sum of RGB (Red+Green+Blue) = 3+34+83=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 83 (32.81% from 255 or 69.17% from 120); Max value from RGB is 83 - color contains mainly: blue. Hex color #032253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032253 is #FCDDAC. Grayscale: #1E1E1E. Windows color (decimal): -16571821 or 5448195. OLE color: 5448195.
HSL color Cylindrical-coordinate representation of color #032253: hue angle of 216.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032253 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 34 | 83 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.67 |
| HSL | 216.75º | 0.93% | 0.17% | - |
| HSV(B) | 216.75º | 0.96% | 0.33% | - |
| XYZ | 2.17 | 1.79 | 8.41 | - |
| YUV | 30.32 | 157.73 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 83 | 0.96 | 0.59 | 0 | 0.67 | 216.75 | 0.93 | 0.17 |
| Hex | 3 | 22 | 53 | 60 | 3B | 0 | 43 | D9 | 5D | 11 |
| Octal | 3 | 42 | 123 | 140 | 73 | 0 | 103 | 331 | 135 | 21 |
| Binary | 11 | 100010 | 1010011 | 1100000 | 111011 | 0 | 1000011 | 11011001 | 1011101 | 10001 |
Color Harmonies of #032253
Complementary color
Monochromatic Colors of #032253
Black with #032253
Text Example
Text Example
White with #032253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032253; }
p { color: rgb(3,34,83); }
H1.HeaderClassName
{
color: #032253;
}
.AnyTagClassName
{
color: #032253;
}
</style>
background-color css
<style>
a { background-color: #032253; }
a { background-color: rgb(3,34,83); }
div.DivClassName
{
background-color: #032253;
}
.BgClassName
{
background-color: #032253;
}
</style>
border-color css
<style>
span { border-color: #032253; }
span { border-color: rgb(3,34,83); }
td.TdClassName
{
border-color: #032253;
}
.TagClassName
{
border-color: #032253;
}
</style>