Shades of Jewel #03633B
Tints of Jewel #03633B
RGB
CMYK
RGB Variations
Color information
#03633B (or 0x03633B) is known color: Jewel. HEX triplet: 03, 63 and 3B. RGB value is (3,99,59). Sum of RGB (Red+Green+Blue) = 3+99+59=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 99 (39.06% from 255 or 61.49% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 99 - color contains mainly: green. Hex color #03633B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03633B is #FC9CC4. Grayscale: #414141. Windows color (decimal): -16555205 or 3891971. OLE color: 3891971.
HSL color Cylindrical-coordinate representation of color #03633B: hue angle of 155º 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 #03633B is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 99 | 59 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.61 |
| HSL | 155º | 0.94% | 0.2% | - |
| HSV(B) | 155º | 0.97% | 0.39% | - |
| XYZ | 5.29 | 9.26 | 5.65 | - |
| YUV | 65.74 | 124.2 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 59 | 0.97 | 0 | 0.40 | 0.61 | 155 | 0.94 | 0.2 |
| Hex | 3 | 63 | 3B | 61 | 0 | 28 | 3D | 9B | 5E | 14 |
| Octal | 3 | 143 | 73 | 141 | 0 | 50 | 75 | 233 | 136 | 24 |
| Binary | 11 | 1100011 | 111011 | 1100001 | 0 | 101000 | 111101 | 10011011 | 1011110 | 10100 |
Color Harmonies of #03633B
Complementary color
Monochromatic Colors of #03633B
Black with #03633B
Text Example
Text Example
White with #03633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03633B; }
p { color: rgb(3,99,59); }
H1.HeaderClassName
{
color: #03633B;
}
.AnyTagClassName
{
color: #03633B;
}
</style>
background-color css
<style>
a { background-color: #03633B; }
a { background-color: rgb(3,99,59); }
div.DivClassName
{
background-color: #03633B;
}
.BgClassName
{
background-color: #03633B;
}
</style>
border-color css
<style>
span { border-color: #03633B; }
span { border-color: rgb(3,99,59); }
td.TdClassName
{
border-color: #03633B;
}
.TagClassName
{
border-color: #03633B;
}
</style>