Shades of Jewel #03643C
Tints of Jewel #03643C
RGB
CMYK
RGB Variations
Color information
#03643C (or 0x03643C) is known color: Jewel. HEX triplet: 03, 64 and 3C. RGB value is (3,100,60). Sum of RGB (Red+Green+Blue) = 3+100+60=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 100 (39.45% from 255 or 61.35% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 100 - color contains mainly: green. Hex color #03643C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03643C is #FC9BC3. Grayscale: #424242. Windows color (decimal): -16554948 or 3957763. OLE color: 3957763.
HSL color Cylindrical-coordinate representation of color #03643C: hue angle of 155.26º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03643C is Cyan = 0.97, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 100 | 60 | - |
| CMYK | 0.97 | 0 | 0.4 | 0.61 |
| HSL | 155.26º | 0.94% | 0.2% | - |
| HSV(B) | 155.26º | 0.97% | 0.39% | - |
| XYZ | 5.41 | 9.46 | 5.82 | - |
| YUV | 66.44 | 124.36 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 60 | 0.97 | 0 | 0.4 | 0.61 | 155.26 | 0.94 | 0.2 |
| Hex | 3 | 64 | 3C | 61 | 0 | 28 | 3D | 9B | 5E | 14 |
| Octal | 3 | 144 | 74 | 141 | 0 | 50 | 75 | 233 | 136 | 24 |
| Binary | 11 | 1100100 | 111100 | 1100001 | 0 | 101000 | 111101 | 10011011 | 1011110 | 10100 |
Color Harmonies of #03643C
Complementary color
Monochromatic Colors of #03643C
Black with #03643C
Text Example
Text Example
White with #03643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03643C; }
p { color: rgb(3,100,60); }
H1.HeaderClassName
{
color: #03643C;
}
.AnyTagClassName
{
color: #03643C;
}
</style>
background-color css
<style>
a { background-color: #03643C; }
a { background-color: rgb(3,100,60); }
div.DivClassName
{
background-color: #03643C;
}
.BgClassName
{
background-color: #03643C;
}
</style>
border-color css
<style>
span { border-color: #03643C; }
span { border-color: rgb(3,100,60); }
td.TdClassName
{
border-color: #03643C;
}
.TagClassName
{
border-color: #03643C;
}
</style>