Shades of Sapphire #032353
Tints of Sapphire #032353
RGB
CMYK
RGB Variations
Color information
#032353 (or 0x032353) is known color: Sapphire. HEX triplet: 03, 23 and 53. RGB value is (3,35,83). Sum of RGB (Red+Green+Blue) = 3+35+83=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #032353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032353 is #FCDCAC. Grayscale: #1E1E1E. Windows color (decimal): -16571565 or 5448451. OLE color: 5448451.
HSL color Cylindrical-coordinate representation of color #032353: hue angle of 216º 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 #032353 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 35 | 83 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.67 |
| HSL | 216º | 0.93% | 0.17% | - |
| HSV(B) | 216º | 0.96% | 0.33% | - |
| XYZ | 2.2 | 1.85 | 8.42 | - |
| YUV | 30.9 | 157.4 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 83 | 0.96 | 0.58 | 0 | 0.67 | 216 | 0.93 | 0.17 |
| Hex | 3 | 23 | 53 | 60 | 3A | 0 | 43 | D8 | 5D | 11 |
| Octal | 3 | 43 | 123 | 140 | 72 | 0 | 103 | 330 | 135 | 21 |
| Binary | 11 | 100011 | 1010011 | 1100000 | 111010 | 0 | 1000011 | 11011000 | 1011101 | 10001 |
Color Harmonies of #032353
Complementary color
Monochromatic Colors of #032353
Black with #032353
Text Example
Text Example
White with #032353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032353; }
p { color: rgb(3,35,83); }
H1.HeaderClassName
{
color: #032353;
}
.AnyTagClassName
{
color: #032353;
}
</style>
background-color css
<style>
a { background-color: #032353; }
a { background-color: rgb(3,35,83); }
div.DivClassName
{
background-color: #032353;
}
.BgClassName
{
background-color: #032353;
}
</style>
border-color css
<style>
span { border-color: #032353; }
span { border-color: rgb(3,35,83); }
td.TdClassName
{
border-color: #032353;
}
.TagClassName
{
border-color: #032353;
}
</style>