Shades of Watercourse #03674C
Tints of Watercourse #03674C
RGB
CMYK
RGB Variations
Color information
#03674C (or 0x03674C) is known color: Watercourse. HEX triplet: 03, 67 and 4C. RGB value is (3,103,76). Sum of RGB (Red+Green+Blue) = 3+103+76=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #03674C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03674C is #FC98B3. Grayscale: #464646. Windows color (decimal): -16554164 or 5007107. OLE color: 5007107.
HSL color Cylindrical-coordinate representation of color #03674C: hue angle of 163.8º 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 #03674C is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 103 | 76 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.60 |
| HSL | 163.8º | 0.94% | 0.21% | - |
| HSV(B) | 163.8º | 0.97% | 0.4% | - |
| XYZ | 6.19 | 10.24 | 8.49 | - |
| YUV | 70.02 | 131.37 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 76 | 0.97 | 0 | 0.26 | 0.60 | 163.8 | 0.94 | 0.21 |
| Hex | 3 | 67 | 4C | 61 | 0 | 1A | 3C | A4 | 5E | 15 |
| Octal | 3 | 147 | 114 | 141 | 0 | 32 | 74 | 244 | 136 | 25 |
| Binary | 11 | 1100111 | 1001100 | 1100001 | 0 | 11010 | 111100 | 10100100 | 1011110 | 10101 |
Color Harmonies of #03674C
Complementary color
Monochromatic Colors of #03674C
Black with #03674C
Text Example
Text Example
White with #03674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03674C; }
p { color: rgb(3,103,76); }
H1.HeaderClassName
{
color: #03674C;
}
.AnyTagClassName
{
color: #03674C;
}
</style>
background-color css
<style>
a { background-color: #03674C; }
a { background-color: rgb(3,103,76); }
div.DivClassName
{
background-color: #03674C;
}
.BgClassName
{
background-color: #03674C;
}
</style>
border-color css
<style>
span { border-color: #03674C; }
span { border-color: rgb(3,103,76); }
td.TdClassName
{
border-color: #03674C;
}
.TagClassName
{
border-color: #03674C;
}
</style>