Shades of Jewel #03603B
Tints of Jewel #03603B
RGB
CMYK
RGB Variations
Color information
#03603B (or 0x03603B) is known color: Jewel. HEX triplet: 03, 60 and 3B. RGB value is (3,96,59). Sum of RGB (Red+Green+Blue) = 3+96+59=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #03603B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03603B is #FC9FC4. Grayscale: #404040. Windows color (decimal): -16555973 or 3891203. OLE color: 3891203.
HSL color Cylindrical-coordinate representation of color #03603B: hue angle of 156.13º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03603B is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 96 | 59 | - |
| CMYK | 0.97 | 0 | 0.39 | 0.62 |
| HSL | 156.13º | 0.94% | 0.19% | - |
| HSV(B) | 156.13º | 0.97% | 0.38% | - |
| XYZ | 5.01 | 8.7 | 5.55 | - |
| YUV | 63.98 | 125.19 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 96 | 59 | 0.97 | 0 | 0.39 | 0.62 | 156.13 | 0.94 | 0.19 |
| Hex | 3 | 60 | 3B | 61 | 0 | 27 | 3E | 9C | 5E | 13 |
| Octal | 3 | 140 | 73 | 141 | 0 | 47 | 76 | 234 | 136 | 23 |
| Binary | 11 | 1100000 | 111011 | 1100001 | 0 | 100111 | 111110 | 10011100 | 1011110 | 10011 |
Color Harmonies of #03603B
Complementary color
Monochromatic Colors of #03603B
Black with #03603B
Text Example
Text Example
White with #03603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03603B; }
p { color: rgb(3,96,59); }
H1.HeaderClassName
{
color: #03603B;
}
.AnyTagClassName
{
color: #03603B;
}
</style>
background-color css
<style>
a { background-color: #03603B; }
a { background-color: rgb(3,96,59); }
div.DivClassName
{
background-color: #03603B;
}
.BgClassName
{
background-color: #03603B;
}
</style>
border-color css
<style>
span { border-color: #03603B; }
span { border-color: rgb(3,96,59); }
td.TdClassName
{
border-color: #03603B;
}
.TagClassName
{
border-color: #03603B;
}
</style>