Shades of Evening Sea #2A664D
Tints of Evening Sea #2A664D
RGB
CMYK
RGB Variations
Color information
#2A664D (or 0x2A664D) is known color: Evening Sea. HEX triplet: 2A, 66 and 4D. RGB value is (42,102,77). Sum of RGB (Red+Green+Blue) = 42+102+77=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #2A664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A664D is #D599B2. Grayscale: #515151. Windows color (decimal): -13998515 or 5072426. OLE color: 5072426.
HSL color Cylindrical-coordinate representation of color #2A664D: hue angle of 155º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A664D is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 42 | 102 | 77 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.6 |
| HSL | 155º | 0.42% | 0.28% | - |
| HSV(B) | 155º | 0.59% | 0.4% | - |
| XYZ | 7.05 | 10.53 | 8.68 | - |
| YUV | 81.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 102 | 77 | 0.59 | 0 | 0.25 | 0.6 | 155 | 0.42 | 0.28 |
| Hex | 2A | 66 | 4D | 3B | 0 | 19 | 3C | 9B | 2A | 1C |
| Octal | 52 | 146 | 115 | 73 | 0 | 31 | 74 | 233 | 52 | 34 |
| Binary | 101010 | 1100110 | 1001101 | 111011 | 0 | 11001 | 111100 | 10011011 | 101010 | 11100 |
Color Harmonies of #2A664D
Complementary color
Monochromatic Colors of #2A664D
Black with #2A664D
Text Example
Text Example
White with #2A664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A664D; }
p { color: rgb(42,102,77); }
H1.HeaderClassName
{
color: #2A664D;
}
.AnyTagClassName
{
color: #2A664D;
}
</style>
background-color css
<style>
a { background-color: #2A664D; }
a { background-color: rgb(42,102,77); }
div.DivClassName
{
background-color: #2A664D;
}
.BgClassName
{
background-color: #2A664D;
}
</style>
border-color css
<style>
span { border-color: #2A664D; }
span { border-color: rgb(42,102,77); }
td.TdClassName
{
border-color: #2A664D;
}
.TagClassName
{
border-color: #2A664D;
}
</style>