Shades of Watercourse #03644C
Tints of Watercourse #03644C
RGB
CMYK
RGB Variations
Color information
#03644C (or 0x03644C) is known color: Watercourse. HEX triplet: 03, 64 and 4C. RGB value is (3,100,76). Sum of RGB (Red+Green+Blue) = 3+100+76=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 100 (39.45% from 255 or 55.87% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 100 - color contains mainly: green. Hex color #03644C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03644C is #FC9BB3. Grayscale: #444444. Windows color (decimal): -16554932 or 5006339. OLE color: 5006339.
HSL color Cylindrical-coordinate representation of color #03644C: hue angle of 165.15º 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 #03644C is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 100 | 76 | - |
| CMYK | 0.97 | 0 | 0.24 | 0.61 |
| HSL | 165.15º | 0.94% | 0.2% | - |
| HSV(B) | 165.15º | 0.97% | 0.39% | - |
| XYZ | 5.9 | 9.66 | 8.39 | - |
| YUV | 68.26 | 132.36 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 76 | 0.97 | 0 | 0.24 | 0.61 | 165.15 | 0.94 | 0.2 |
| Hex | 3 | 64 | 4C | 61 | 0 | 18 | 3D | A5 | 5E | 14 |
| Octal | 3 | 144 | 114 | 141 | 0 | 30 | 75 | 245 | 136 | 24 |
| Binary | 11 | 1100100 | 1001100 | 1100001 | 0 | 11000 | 111101 | 10100101 | 1011110 | 10100 |
Color Harmonies of #03644C
Complementary color
Monochromatic Colors of #03644C
Black with #03644C
Text Example
Text Example
White with #03644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03644C; }
p { color: rgb(3,100,76); }
H1.HeaderClassName
{
color: #03644C;
}
.AnyTagClassName
{
color: #03644C;
}
</style>
background-color css
<style>
a { background-color: #03644C; }
a { background-color: rgb(3,100,76); }
div.DivClassName
{
background-color: #03644C;
}
.BgClassName
{
background-color: #03644C;
}
</style>
border-color css
<style>
span { border-color: #03644C; }
span { border-color: rgb(3,100,76); }
td.TdClassName
{
border-color: #03644C;
}
.TagClassName
{
border-color: #03644C;
}
</style>