Shades of Evening Sea #2D654E
Tints of Evening Sea #2D654E
RGB
CMYK
RGB Variations
Color information
#2D654E (or 0x2D654E) is known color: Evening Sea. HEX triplet: 2D, 65 and 4E. RGB value is (45,101,78). Sum of RGB (Red+Green+Blue) = 45+101+78=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #2D654E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D654E is #D29AB1. Grayscale: #515151. Windows color (decimal): -13802162 or 5137709. OLE color: 5137709.
HSL color Cylindrical-coordinate representation of color #2D654E: hue angle of 155.36º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D654E is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 101 | 78 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.60 |
| HSL | 155.36º | 0.38% | 0.29% | - |
| HSV(B) | 155.36º | 0.55% | 0.4% | - |
| XYZ | 7.11 | 10.42 | 8.84 | - |
| YUV | 81.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 101 | 78 | 0.55 | 0 | 0.23 | 0.60 | 155.36 | 0.38 | 0.29 |
| Hex | 2D | 65 | 4E | 37 | 0 | 17 | 3C | 9B | 26 | 1D |
| Octal | 55 | 145 | 116 | 67 | 0 | 27 | 74 | 233 | 46 | 35 |
| Binary | 101101 | 1100101 | 1001110 | 110111 | 0 | 10111 | 111100 | 10011011 | 100110 | 11101 |
Color Harmonies of #2D654E
Complementary color
Monochromatic Colors of #2D654E
Black with #2D654E
Text Example
Text Example
White with #2D654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D654E; }
p { color: rgb(45,101,78); }
H1.HeaderClassName
{
color: #2D654E;
}
.AnyTagClassName
{
color: #2D654E;
}
</style>
background-color css
<style>
a { background-color: #2D654E; }
a { background-color: rgb(45,101,78); }
div.DivClassName
{
background-color: #2D654E;
}
.BgClassName
{
background-color: #2D654E;
}
</style>
border-color css
<style>
span { border-color: #2D654E; }
span { border-color: rgb(45,101,78); }
td.TdClassName
{
border-color: #2D654E;
}
.TagClassName
{
border-color: #2D654E;
}
</style>