Shades of Watercourse #03694D
Tints of Watercourse #03694D
RGB
CMYK
RGB Variations
Color information
#03694D (or 0x03694D) is known color: Watercourse. HEX triplet: 03, 69 and 4D. RGB value is (3,105,77). Sum of RGB (Red+Green+Blue) = 3+105+77=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #03694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03694D is #FC96B2. Grayscale: #474747. Windows color (decimal): -16553651 or 5073155. OLE color: 5073155.
HSL color Cylindrical-coordinate representation of color #03694D: hue angle of 163.53º 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 #03694D is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 105 | 77 | - |
| CMYK | 0.97 | 0 | 0.27 | 0.59 |
| HSL | 163.53º | 0.94% | 0.21% | - |
| HSV(B) | 163.53º | 0.97% | 0.41% | - |
| XYZ | 6.43 | 10.66 | 8.74 | - |
| YUV | 71.31 | 131.21 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 77 | 0.97 | 0 | 0.27 | 0.59 | 163.53 | 0.94 | 0.21 |
| Hex | 3 | 69 | 4D | 61 | 0 | 1B | 3B | A4 | 5E | 15 |
| Octal | 3 | 151 | 115 | 141 | 0 | 33 | 73 | 244 | 136 | 25 |
| Binary | 11 | 1101001 | 1001101 | 1100001 | 0 | 11011 | 111011 | 10100100 | 1011110 | 10101 |
Color Harmonies of #03694D
Complementary color
Monochromatic Colors of #03694D
Black with #03694D
Text Example
Text Example
White with #03694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03694D; }
p { color: rgb(3,105,77); }
H1.HeaderClassName
{
color: #03694D;
}
.AnyTagClassName
{
color: #03694D;
}
</style>
background-color css
<style>
a { background-color: #03694D; }
a { background-color: rgb(3,105,77); }
div.DivClassName
{
background-color: #03694D;
}
.BgClassName
{
background-color: #03694D;
}
</style>
border-color css
<style>
span { border-color: #03694D; }
span { border-color: rgb(3,105,77); }
td.TdClassName
{
border-color: #03694D;
}
.TagClassName
{
border-color: #03694D;
}
</style>