Shades of Evening Sea #2A634E
Tints of Evening Sea #2A634E
RGB
CMYK
RGB Variations
Color information
#2A634E (or 0x2A634E) is known color: Evening Sea. HEX triplet: 2A, 63 and 4E. RGB value is (42,99,78). Sum of RGB (Red+Green+Blue) = 42+99+78=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #2A634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A634E is #D59CB1. Grayscale: #4F4F4F. Windows color (decimal): -13999282 or 5137194. OLE color: 5137194.
HSL color Cylindrical-coordinate representation of color #2A634E: hue angle of 157.89º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A634E is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 99 | 78 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.61 |
| HSL | 157.89º | 0.4% | 0.28% | - |
| HSV(B) | 157.89º | 0.58% | 0.39% | - |
| XYZ | 6.79 | 9.97 | 8.77 | - |
| YUV | 79.56 | 127.12 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 78 | 0.58 | 0 | 0.21 | 0.61 | 157.89 | 0.4 | 0.28 |
| Hex | 2A | 63 | 4E | 3A | 0 | 15 | 3D | 9E | 28 | 1C |
| Octal | 52 | 143 | 116 | 72 | 0 | 25 | 75 | 236 | 50 | 34 |
| Binary | 101010 | 1100011 | 1001110 | 111010 | 0 | 10101 | 111101 | 10011110 | 101000 | 11100 |
Color Harmonies of #2A634E
Complementary color
Monochromatic Colors of #2A634E
Black with #2A634E
Text Example
Text Example
White with #2A634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A634E; }
p { color: rgb(42,99,78); }
H1.HeaderClassName
{
color: #2A634E;
}
.AnyTagClassName
{
color: #2A634E;
}
</style>
background-color css
<style>
a { background-color: #2A634E; }
a { background-color: rgb(42,99,78); }
div.DivClassName
{
background-color: #2A634E;
}
.BgClassName
{
background-color: #2A634E;
}
</style>
border-color css
<style>
span { border-color: #2A634E; }
span { border-color: rgb(42,99,78); }
td.TdClassName
{
border-color: #2A634E;
}
.TagClassName
{
border-color: #2A634E;
}
</style>