Shades of Jewel #03663B
Tints of Jewel #03663B
RGB
CMYK
RGB Variations
Color information
#03663B (or 0x03663B) is known color: Jewel. HEX triplet: 03, 66 and 3B. RGB value is (3,102,59). Sum of RGB (Red+Green+Blue) = 3+102+59=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 102 (40.23% from 255 or 62.20% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 102 - color contains mainly: green. Hex color #03663B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03663B is #FC99C4. Grayscale: #434343. Windows color (decimal): -16554437 or 3892739. OLE color: 3892739.
HSL color Cylindrical-coordinate representation of color #03663B: hue angle of 153.94º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03663B is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 102 | 59 | - |
| CMYK | 0.97 | 0 | 0.42 | 0.6 |
| HSL | 153.94º | 0.94% | 0.21% | - |
| HSV(B) | 153.94º | 0.97% | 0.4% | - |
| XYZ | 5.58 | 9.84 | 5.74 | - |
| YUV | 67.5 | 123.2 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 59 | 0.97 | 0 | 0.42 | 0.6 | 153.94 | 0.94 | 0.21 |
| Hex | 3 | 66 | 3B | 61 | 0 | 2A | 3C | 9A | 5E | 15 |
| Octal | 3 | 146 | 73 | 141 | 0 | 52 | 74 | 232 | 136 | 25 |
| Binary | 11 | 1100110 | 111011 | 1100001 | 0 | 101010 | 111100 | 10011010 | 1011110 | 10101 |
Color Harmonies of #03663B
Complementary color
Monochromatic Colors of #03663B
Black with #03663B
Text Example
Text Example
White with #03663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03663B; }
p { color: rgb(3,102,59); }
H1.HeaderClassName
{
color: #03663B;
}
.AnyTagClassName
{
color: #03663B;
}
</style>
background-color css
<style>
a { background-color: #03663B; }
a { background-color: rgb(3,102,59); }
div.DivClassName
{
background-color: #03663B;
}
.BgClassName
{
background-color: #03663B;
}
</style>
border-color css
<style>
span { border-color: #03663B; }
span { border-color: rgb(3,102,59); }
td.TdClassName
{
border-color: #03663B;
}
.TagClassName
{
border-color: #03663B;
}
</style>