Shades of Evening Sea #26584A
Tints of Evening Sea #26584A
RGB
CMYK
RGB Variations
Color information
#26584A (or 0x26584A) is known color: Evening Sea. HEX triplet: 26, 58 and 4A. RGB value is (38,88,74). Sum of RGB (Red+Green+Blue) = 38+88+74=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #26584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26584A is #D9A7B5. Grayscale: #474747. Windows color (decimal): -14264246 or 4872230. OLE color: 4872230.
HSL color Cylindrical-coordinate representation of color #26584A: hue angle of 163.2º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #26584A is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 88 | 74 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.65 |
| HSL | 163.2º | 0.4% | 0.25% | - |
| HSV(B) | 163.2º | 0.57% | 0.35% | - |
| XYZ | 5.53 | 7.89 | 7.71 | - |
| YUV | 71.45 | 129.44 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 74 | 0.57 | 0 | 0.16 | 0.65 | 163.2 | 0.4 | 0.25 |
| Hex | 26 | 58 | 4A | 39 | 0 | 10 | 41 | A3 | 28 | 19 |
| Octal | 46 | 130 | 112 | 71 | 0 | 20 | 101 | 243 | 50 | 31 |
| Binary | 100110 | 1011000 | 1001010 | 111001 | 0 | 10000 | 1000001 | 10100011 | 101000 | 11001 |
Color Harmonies of #26584A
Complementary color
Monochromatic Colors of #26584A
Black with #26584A
Text Example
Text Example
White with #26584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26584A; }
p { color: rgb(38,88,74); }
H1.HeaderClassName
{
color: #26584A;
}
.AnyTagClassName
{
color: #26584A;
}
</style>
background-color css
<style>
a { background-color: #26584A; }
a { background-color: rgb(38,88,74); }
div.DivClassName
{
background-color: #26584A;
}
.BgClassName
{
background-color: #26584A;
}
</style>
border-color css
<style>
span { border-color: #26584A; }
span { border-color: rgb(38,88,74); }
td.TdClassName
{
border-color: #26584A;
}
.TagClassName
{
border-color: #26584A;
}
</style>