Shades of Watercourse #03644E
Tints of Watercourse #03644E
RGB
CMYK
RGB Variations
Color information
#03644E (or 0x03644E) is known color: Watercourse. HEX triplet: 03, 64 and 4E. RGB value is (3,100,78). Sum of RGB (Red+Green+Blue) = 3+100+78=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 100 (39.45% from 255 or 55.25% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 100 - color contains mainly: green. Hex color #03644E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03644E is #FC9BB1. Grayscale: #444444. Windows color (decimal): -16554930 or 5137411. OLE color: 5137411.
HSL color Cylindrical-coordinate representation of color #03644E: hue angle of 166.39º 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 #03644E is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 100 | 78 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.61 |
| HSL | 166.39º | 0.94% | 0.2% | - |
| HSV(B) | 166.39º | 0.97% | 0.39% | - |
| XYZ | 5.97 | 9.68 | 8.76 | - |
| YUV | 68.49 | 133.36 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 78 | 0.97 | 0 | 0.22 | 0.61 | 166.39 | 0.94 | 0.2 |
| Hex | 3 | 64 | 4E | 61 | 0 | 16 | 3D | A6 | 5E | 14 |
| Octal | 3 | 144 | 116 | 141 | 0 | 26 | 75 | 246 | 136 | 24 |
| Binary | 11 | 1100100 | 1001110 | 1100001 | 0 | 10110 | 111101 | 10100110 | 1011110 | 10100 |
Color Harmonies of #03644E
Complementary color
Monochromatic Colors of #03644E
Black with #03644E
Text Example
Text Example
White with #03644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03644E; }
p { color: rgb(3,100,78); }
H1.HeaderClassName
{
color: #03644E;
}
.AnyTagClassName
{
color: #03644E;
}
</style>
background-color css
<style>
a { background-color: #03644E; }
a { background-color: rgb(3,100,78); }
div.DivClassName
{
background-color: #03644E;
}
.BgClassName
{
background-color: #03644E;
}
</style>
border-color css
<style>
span { border-color: #03644E; }
span { border-color: rgb(3,100,78); }
td.TdClassName
{
border-color: #03644E;
}
.TagClassName
{
border-color: #03644E;
}
</style>