Shades of Watercourse #03684F
Tints of Watercourse #03684F
RGB
CMYK
RGB Variations
Color information
#03684F (or 0x03684F) is known color: Watercourse. HEX triplet: 03, 68 and 4F. RGB value is (3,104,79). Sum of RGB (Red+Green+Blue) = 3+104+79=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #03684F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03684F is #FC97B0. Grayscale: #464646. Windows color (decimal): -16553905 or 5203971. OLE color: 5203971.
HSL color Cylindrical-coordinate representation of color #03684F: hue angle of 165.15º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03684F is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 104 | 79 | - |
| CMYK | 0.97 | 0 | 0.24 | 0.59 |
| HSL | 165.15º | 0.94% | 0.21% | - |
| HSV(B) | 165.15º | 0.97% | 0.41% | - |
| XYZ | 6.4 | 10.48 | 9.08 | - |
| YUV | 70.95 | 132.54 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 79 | 0.97 | 0 | 0.24 | 0.59 | 165.15 | 0.94 | 0.21 |
| Hex | 3 | 68 | 4F | 61 | 0 | 18 | 3B | A5 | 5E | 15 |
| Octal | 3 | 150 | 117 | 141 | 0 | 30 | 73 | 245 | 136 | 25 |
| Binary | 11 | 1101000 | 1001111 | 1100001 | 0 | 11000 | 111011 | 10100101 | 1011110 | 10101 |
Color Harmonies of #03684F
Complementary color
Monochromatic Colors of #03684F
Black with #03684F
Text Example
Text Example
White with #03684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03684F; }
p { color: rgb(3,104,79); }
H1.HeaderClassName
{
color: #03684F;
}
.AnyTagClassName
{
color: #03684F;
}
</style>
background-color css
<style>
a { background-color: #03684F; }
a { background-color: rgb(3,104,79); }
div.DivClassName
{
background-color: #03684F;
}
.BgClassName
{
background-color: #03684F;
}
</style>
border-color css
<style>
span { border-color: #03684F; }
span { border-color: rgb(3,104,79); }
td.TdClassName
{
border-color: #03684F;
}
.TagClassName
{
border-color: #03684F;
}
</style>