Shades of Jewel #03573E
Tints of Jewel #03573E
RGB
CMYK
RGB Variations
Color information
#03573E (or 0x03573E) is known color: Jewel. HEX triplet: 03, 57 and 3E. RGB value is (3,87,62). Sum of RGB (Red+Green+Blue) = 3+87+62=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 87 (34.38% from 255 or 57.24% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 87 - color contains mainly: green. Hex color #03573E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03573E is #FCA8C1. Grayscale: #3B3B3B. Windows color (decimal): -16558274 or 4085507. OLE color: 4085507.
HSL color Cylindrical-coordinate representation of color #03573E: hue angle of 162.14º 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 #03573E is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 87 | 62 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.66 |
| HSL | 162.14º | 0.93% | 0.18% | - |
| HSV(B) | 162.14º | 0.97% | 0.34% | - |
| XYZ | 4.32 | 7.18 | 5.72 | - |
| YUV | 59.03 | 129.67 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 62 | 0.97 | 0 | 0.29 | 0.66 | 162.14 | 0.93 | 0.18 |
| Hex | 3 | 57 | 3E | 61 | 0 | 1D | 42 | A2 | 5D | 12 |
| Octal | 3 | 127 | 76 | 141 | 0 | 35 | 102 | 242 | 135 | 22 |
| Binary | 11 | 1010111 | 111110 | 1100001 | 0 | 11101 | 1000010 | 10100010 | 1011101 | 10010 |
Color Harmonies of #03573E
Complementary color
Monochromatic Colors of #03573E
Black with #03573E
Text Example
Text Example
White with #03573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03573E; }
p { color: rgb(3,87,62); }
H1.HeaderClassName
{
color: #03573E;
}
.AnyTagClassName
{
color: #03573E;
}
</style>
background-color css
<style>
a { background-color: #03573E; }
a { background-color: rgb(3,87,62); }
div.DivClassName
{
background-color: #03573E;
}
.BgClassName
{
background-color: #03573E;
}
</style>
border-color css
<style>
span { border-color: #03573E; }
span { border-color: rgb(3,87,62); }
td.TdClassName
{
border-color: #03573E;
}
.TagClassName
{
border-color: #03573E;
}
</style>