Shades of Jewel #03653B
Tints of Jewel #03653B
RGB
CMYK
RGB Variations
Color information
#03653B (or 0x03653B) is known color: Jewel. HEX triplet: 03, 65 and 3B. RGB value is (3,101,59). Sum of RGB (Red+Green+Blue) = 3+101+59=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 101 (39.84% from 255 or 61.96% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 101 - color contains mainly: green. Hex color #03653B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03653B is #FC9AC4. Grayscale: #424242. Windows color (decimal): -16554693 or 3892483. OLE color: 3892483.
HSL color Cylindrical-coordinate representation of color #03653B: hue angle of 154.29º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03653B is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
RGB | 3 | 101 | 59 | - |
CMYK | 0.97 | 0 | 0.42 | 0.60 |
HSL | 154.29º | 0.94% | 0.2% | - |
HSV(B) | 154.29º | 0.97% | 0.4% | - |
XYZ | 5.48 | 9.64 | 5.71 | - |
YUV | 66.91 | 123.53 | 82.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 101 | 59 | 0.97 | 0 | 0.42 | 0.60 | 154.29 | 0.94 | 0.2 |
Hex | 3 | 65 | 3B | 61 | 0 | 2A | 3C | 9A | 5E | 14 |
Octal | 3 | 145 | 73 | 141 | 0 | 52 | 74 | 232 | 136 | 24 |
Binary | 11 | 1100101 | 111011 | 1100001 | 0 | 101010 | 111100 | 10011010 | 1011110 | 10100 |
Color Harmonies of #03653B
Complementary color
Monochromatic Colors of #03653B
Black with #03653B
Text Example
Text Example
White with #03653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03653B; }
p { color: rgb(3,101,59); }
H1.HeaderClassName
{
color: #03653B;
}
.AnyTagClassName
{
color: #03653B;
}
</style>
background-color css
<style>
a { background-color: #03653B; }
a { background-color: rgb(3,101,59); }
div.DivClassName
{
background-color: #03653B;
}
.BgClassName
{
background-color: #03653B;
}
</style>
border-color css
<style>
span { border-color: #03653B; }
span { border-color: rgb(3,101,59); }
td.TdClassName
{
border-color: #03653B;
}
.TagClassName
{
border-color: #03653B;
}
</style>