Shades of Jewel #03613B
Tints of Jewel #03613B
RGB
CMYK
RGB Variations
Color information
#03613B (or 0x03613B) is known color: Jewel. HEX triplet: 03, 61 and 3B. RGB value is (3,97,59). Sum of RGB (Red+Green+Blue) = 3+97+59=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #03613B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03613B is #FC9EC4. Grayscale: #404040. Windows color (decimal): -16555717 or 3891459. OLE color: 3891459.
HSL color Cylindrical-coordinate representation of color #03613B: hue angle of 155.74º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03613B is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 97 | 59 | - |
| CMYK | 0.97 | 0 | 0.39 | 0.62 |
| HSL | 155.74º | 0.94% | 0.2% | - |
| HSV(B) | 155.74º | 0.97% | 0.38% | - |
| XYZ | 5.1 | 8.88 | 5.58 | - |
| YUV | 64.56 | 124.86 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 97 | 59 | 0.97 | 0 | 0.39 | 0.62 | 155.74 | 0.94 | 0.2 |
| Hex | 3 | 61 | 3B | 61 | 0 | 27 | 3E | 9C | 5E | 14 |
| Octal | 3 | 141 | 73 | 141 | 0 | 47 | 76 | 234 | 136 | 24 |
| Binary | 11 | 1100001 | 111011 | 1100001 | 0 | 100111 | 111110 | 10011100 | 1011110 | 10100 |
Color Harmonies of #03613B
Complementary color
Monochromatic Colors of #03613B
Black with #03613B
Text Example
Text Example
White with #03613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03613B; }
p { color: rgb(3,97,59); }
H1.HeaderClassName
{
color: #03613B;
}
.AnyTagClassName
{
color: #03613B;
}
</style>
background-color css
<style>
a { background-color: #03613B; }
a { background-color: rgb(3,97,59); }
div.DivClassName
{
background-color: #03613B;
}
.BgClassName
{
background-color: #03613B;
}
</style>
border-color css
<style>
span { border-color: #03613B; }
span { border-color: rgb(3,97,59); }
td.TdClassName
{
border-color: #03613B;
}
.TagClassName
{
border-color: #03613B;
}
</style>