Shades of Evening Sea #2A664C
Tints of Evening Sea #2A664C
RGB
CMYK
RGB Variations
Color information
#2A664C (or 0x2A664C) is known color: Evening Sea. HEX triplet: 2A, 66 and 4C. RGB value is (42,102,76). Sum of RGB (Red+Green+Blue) = 42+102+76=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #2A664C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A664C is #D599B3. Grayscale: #515151. Windows color (decimal): -13998516 or 5006890. OLE color: 5006890.
HSL color Cylindrical-coordinate representation of color #2A664C: hue angle of 154º 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 #2A664C is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 42 | 102 | 76 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.6 |
| HSL | 154º | 0.42% | 0.28% | - |
| HSV(B) | 154º | 0.59% | 0.4% | - |
| XYZ | 7.01 | 10.52 | 8.5 | - |
| YUV | 81.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 102 | 76 | 0.59 | 0 | 0.25 | 0.6 | 154 | 0.42 | 0.28 |
| Hex | 2A | 66 | 4C | 3B | 0 | 19 | 3C | 9A | 2A | 1C |
| Octal | 52 | 146 | 114 | 73 | 0 | 31 | 74 | 232 | 52 | 34 |
| Binary | 101010 | 1100110 | 1001100 | 111011 | 0 | 11001 | 111100 | 10011010 | 101010 | 11100 |
Color Harmonies of #2A664C
Complementary color
Monochromatic Colors of #2A664C
Black with #2A664C
Text Example
Text Example
White with #2A664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A664C; }
p { color: rgb(42,102,76); }
H1.HeaderClassName
{
color: #2A664C;
}
.AnyTagClassName
{
color: #2A664C;
}
</style>
background-color css
<style>
a { background-color: #2A664C; }
a { background-color: rgb(42,102,76); }
div.DivClassName
{
background-color: #2A664C;
}
.BgClassName
{
background-color: #2A664C;
}
</style>
border-color css
<style>
span { border-color: #2A664C; }
span { border-color: rgb(42,102,76); }
td.TdClassName
{
border-color: #2A664C;
}
.TagClassName
{
border-color: #2A664C;
}
</style>