Shades of Sapphire #032350
Tints of Sapphire #032350
RGB
CMYK
RGB Variations
Color information
#032350 (or 0x032350) is known color: Sapphire. HEX triplet: 03, 23 and 50. RGB value is (3,35,80). Sum of RGB (Red+Green+Blue) = 3+35+80=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 80 (31.64% from 255 or 67.80% from 118); Max value from RGB is 80 - color contains mainly: blue. Hex color #032350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032350 is #FCDCAF. Grayscale: #1E1E1E. Windows color (decimal): -16571568 or 5251843. OLE color: 5251843.
HSL color Cylindrical-coordinate representation of color #032350: hue angle of 215.06º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032350 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 35 | 80 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.69 |
| HSL | 215.06º | 0.93% | 0.16% | - |
| HSV(B) | 215.06º | 0.96% | 0.31% | - |
| XYZ | 2.09 | 1.8 | 7.83 | - |
| YUV | 30.56 | 155.9 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 80 | 0.96 | 0.56 | 0 | 0.69 | 215.06 | 0.93 | 0.16 |
| Hex | 3 | 23 | 50 | 60 | 38 | 0 | 45 | D7 | 5D | 10 |
| Octal | 3 | 43 | 120 | 140 | 70 | 0 | 105 | 327 | 135 | 20 |
| Binary | 11 | 100011 | 1010000 | 1100000 | 111000 | 0 | 1000101 | 11010111 | 1011101 | 10000 |
Color Harmonies of #032350
Complementary color
Monochromatic Colors of #032350
Black with #032350
Text Example
Text Example
White with #032350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032350; }
p { color: rgb(3,35,80); }
H1.HeaderClassName
{
color: #032350;
}
.AnyTagClassName
{
color: #032350;
}
</style>
background-color css
<style>
a { background-color: #032350; }
a { background-color: rgb(3,35,80); }
div.DivClassName
{
background-color: #032350;
}
.BgClassName
{
background-color: #032350;
}
</style>
border-color css
<style>
span { border-color: #032350; }
span { border-color: rgb(3,35,80); }
td.TdClassName
{
border-color: #032350;
}
.TagClassName
{
border-color: #032350;
}
</style>