Shades of Evening Sea #2A634D
Tints of Evening Sea #2A634D
RGB
CMYK
RGB Variations
Color information
#2A634D (or 0x2A634D) is known color: Evening Sea. HEX triplet: 2A, 63 and 4D. RGB value is (42,99,77). Sum of RGB (Red+Green+Blue) = 42+99+77=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #2A634D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A634D is #D59CB2. Grayscale: #4F4F4F. Windows color (decimal): -13999283 or 5071658. OLE color: 5071658.
HSL color Cylindrical-coordinate representation of color #2A634D: hue angle of 156.84º 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 #2A634D is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 99 | 77 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.61 |
| HSL | 156.84º | 0.4% | 0.28% | - |
| HSV(B) | 156.84º | 0.58% | 0.39% | - |
| XYZ | 6.76 | 9.95 | 8.59 | - |
| YUV | 79.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 99 | 77 | 0.58 | 0 | 0.22 | 0.61 | 156.84 | 0.4 | 0.28 |
| Hex | 2A | 63 | 4D | 3A | 0 | 16 | 3D | 9D | 28 | 1C |
| Octal | 52 | 143 | 115 | 72 | 0 | 26 | 75 | 235 | 50 | 34 |
| Binary | 101010 | 1100011 | 1001101 | 111010 | 0 | 10110 | 111101 | 10011101 | 101000 | 11100 |
Color Harmonies of #2A634D
Complementary color
Monochromatic Colors of #2A634D
Black with #2A634D
Text Example
Text Example
White with #2A634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A634D; }
p { color: rgb(42,99,77); }
H1.HeaderClassName
{
color: #2A634D;
}
.AnyTagClassName
{
color: #2A634D;
}
</style>
background-color css
<style>
a { background-color: #2A634D; }
a { background-color: rgb(42,99,77); }
div.DivClassName
{
background-color: #2A634D;
}
.BgClassName
{
background-color: #2A634D;
}
</style>
border-color css
<style>
span { border-color: #2A634D; }
span { border-color: rgb(42,99,77); }
td.TdClassName
{
border-color: #2A634D;
}
.TagClassName
{
border-color: #2A634D;
}
</style>