Shades of Evening Sea #2C604F
Tints of Evening Sea #2C604F
RGB
CMYK
RGB Variations
Color information
#2C604F (or 0x2C604F) is known color: Evening Sea. HEX triplet: 2C, 60 and 4F. RGB value is (44,96,79). Sum of RGB (Red+Green+Blue) = 44+96+79=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #2C604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C604F is #D39FB0. Grayscale: #4E4E4E. Windows color (decimal): -13868977 or 5201964. OLE color: 5201964.
HSL color Cylindrical-coordinate representation of color #2C604F: hue angle of 160.38º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C604F is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 96 | 79 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.62 |
| HSL | 160.38º | 0.37% | 0.27% | - |
| HSV(B) | 160.38º | 0.54% | 0.38% | - |
| XYZ | 6.63 | 9.47 | 8.87 | - |
| YUV | 78.51 | 128.27 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 96 | 79 | 0.54 | 0 | 0.18 | 0.62 | 160.38 | 0.37 | 0.27 |
| Hex | 2C | 60 | 4F | 36 | 0 | 12 | 3E | A0 | 25 | 1B |
| Octal | 54 | 140 | 117 | 66 | 0 | 22 | 76 | 240 | 45 | 33 |
| Binary | 101100 | 1100000 | 1001111 | 110110 | 0 | 10010 | 111110 | 10100000 | 100101 | 11011 |
Color Harmonies of #2C604F
Complementary color
Monochromatic Colors of #2C604F
Black with #2C604F
Text Example
Text Example
White with #2C604F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C604F; }
p { color: rgb(44,96,79); }
H1.HeaderClassName
{
color: #2C604F;
}
.AnyTagClassName
{
color: #2C604F;
}
</style>
background-color css
<style>
a { background-color: #2C604F; }
a { background-color: rgb(44,96,79); }
div.DivClassName
{
background-color: #2C604F;
}
.BgClassName
{
background-color: #2C604F;
}
</style>
border-color css
<style>
span { border-color: #2C604F; }
span { border-color: rgb(44,96,79); }
td.TdClassName
{
border-color: #2C604F;
}
.TagClassName
{
border-color: #2C604F;
}
</style>