Shades of Watercourse #03664D
Tints of Watercourse #03664D
RGB
CMYK
RGB Variations
Color information
#03664D (or 0x03664D) is known color: Watercourse. HEX triplet: 03, 66 and 4D. RGB value is (3,102,77). Sum of RGB (Red+Green+Blue) = 3+102+77=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 102 (40.23% from 255 or 56.04% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 102 - color contains mainly: green. Hex color #03664D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03664D is #FC99B2. Grayscale: #454545. Windows color (decimal): -16554419 or 5072387. OLE color: 5072387.
HSL color Cylindrical-coordinate representation of color #03664D: hue angle of 164.85º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03664D is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 102 | 77 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.6 |
| HSL | 164.85º | 0.94% | 0.21% | - |
| HSV(B) | 164.85º | 0.97% | 0.4% | - |
| XYZ | 6.13 | 10.06 | 8.64 | - |
| YUV | 69.55 | 132.2 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 77 | 0.97 | 0 | 0.25 | 0.6 | 164.85 | 0.94 | 0.21 |
| Hex | 3 | 66 | 4D | 61 | 0 | 19 | 3C | A5 | 5E | 15 |
| Octal | 3 | 146 | 115 | 141 | 0 | 31 | 74 | 245 | 136 | 25 |
| Binary | 11 | 1100110 | 1001101 | 1100001 | 0 | 11001 | 111100 | 10100101 | 1011110 | 10101 |
Color Harmonies of #03664D
Complementary color
Monochromatic Colors of #03664D
Black with #03664D
Text Example
Text Example
White with #03664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03664D; }
p { color: rgb(3,102,77); }
H1.HeaderClassName
{
color: #03664D;
}
.AnyTagClassName
{
color: #03664D;
}
</style>
background-color css
<style>
a { background-color: #03664D; }
a { background-color: rgb(3,102,77); }
div.DivClassName
{
background-color: #03664D;
}
.BgClassName
{
background-color: #03664D;
}
</style>
border-color css
<style>
span { border-color: #03664D; }
span { border-color: rgb(3,102,77); }
td.TdClassName
{
border-color: #03664D;
}
.TagClassName
{
border-color: #03664D;
}
</style>