Shades of Watercourse #03654C
Tints of Watercourse #03654C
RGB
CMYK
RGB Variations
Color information
#03654C (or 0x03654C) is known color: Watercourse. HEX triplet: 03, 65 and 4C. RGB value is (3,101,76). Sum of RGB (Red+Green+Blue) = 3+101+76=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 101 (39.84% from 255 or 56.11% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 101 - color contains mainly: green. Hex color #03654C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03654C is #FC9AB3. Grayscale: #444444. Windows color (decimal): -16554676 or 5006595. OLE color: 5006595.
HSL color Cylindrical-coordinate representation of color #03654C: hue angle of 164.69º 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 #03654C is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 101 | 76 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.60 |
| HSL | 164.69º | 0.94% | 0.2% | - |
| HSV(B) | 164.69º | 0.97% | 0.4% | - |
| XYZ | 6 | 9.85 | 8.42 | - |
| YUV | 68.85 | 132.03 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 76 | 0.97 | 0 | 0.25 | 0.60 | 164.69 | 0.94 | 0.2 |
| Hex | 3 | 65 | 4C | 61 | 0 | 19 | 3C | A5 | 5E | 14 |
| Octal | 3 | 145 | 114 | 141 | 0 | 31 | 74 | 245 | 136 | 24 |
| Binary | 11 | 1100101 | 1001100 | 1100001 | 0 | 11001 | 111100 | 10100101 | 1011110 | 10100 |
Color Harmonies of #03654C
Complementary color
Monochromatic Colors of #03654C
Black with #03654C
Text Example
Text Example
White with #03654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03654C; }
p { color: rgb(3,101,76); }
H1.HeaderClassName
{
color: #03654C;
}
.AnyTagClassName
{
color: #03654C;
}
</style>
background-color css
<style>
a { background-color: #03654C; }
a { background-color: rgb(3,101,76); }
div.DivClassName
{
background-color: #03654C;
}
.BgClassName
{
background-color: #03654C;
}
</style>
border-color css
<style>
span { border-color: #03654C; }
span { border-color: rgb(3,101,76); }
td.TdClassName
{
border-color: #03654C;
}
.TagClassName
{
border-color: #03654C;
}
</style>