Shades of Jewel #03573F
Tints of Jewel #03573F
RGB
CMYK
RGB Variations
Color information
#03573F (or 0x03573F) is known color: Jewel. HEX triplet: 03, 57 and 3F. RGB value is (3,87,63). Sum of RGB (Red+Green+Blue) = 3+87+63=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 87 (34.38% from 255 or 56.86% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 87 - color contains mainly: green. Hex color #03573F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03573F is #FCA8C0. Grayscale: #3B3B3B. Windows color (decimal): -16558273 or 4151043. OLE color: 4151043.
HSL color Cylindrical-coordinate representation of color #03573F: hue angle of 162.86º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03573F is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 87 | 63 | - |
| CMYK | 0.97 | 0 | 0.28 | 0.66 |
| HSL | 162.86º | 0.93% | 0.18% | - |
| HSV(B) | 162.86º | 0.97% | 0.34% | - |
| XYZ | 4.34 | 7.19 | 5.86 | - |
| YUV | 59.15 | 130.17 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 63 | 0.97 | 0 | 0.28 | 0.66 | 162.86 | 0.93 | 0.18 |
| Hex | 3 | 57 | 3F | 61 | 0 | 1C | 42 | A3 | 5D | 12 |
| Octal | 3 | 127 | 77 | 141 | 0 | 34 | 102 | 243 | 135 | 22 |
| Binary | 11 | 1010111 | 111111 | 1100001 | 0 | 11100 | 1000010 | 10100011 | 1011101 | 10010 |
Color Harmonies of #03573F
Complementary color
Monochromatic Colors of #03573F
Black with #03573F
Text Example
Text Example
White with #03573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03573F; }
p { color: rgb(3,87,63); }
H1.HeaderClassName
{
color: #03573F;
}
.AnyTagClassName
{
color: #03573F;
}
</style>
background-color css
<style>
a { background-color: #03573F; }
a { background-color: rgb(3,87,63); }
div.DivClassName
{
background-color: #03573F;
}
.BgClassName
{
background-color: #03573F;
}
</style>
border-color css
<style>
span { border-color: #03573F; }
span { border-color: rgb(3,87,63); }
td.TdClassName
{
border-color: #03573F;
}
.TagClassName
{
border-color: #03573F;
}
</style>