Shades of Evening Sea #26584B
Tints of Evening Sea #26584B
RGB
CMYK
RGB Variations
Color information
#26584B (or 0x26584B) is known color: Evening Sea. HEX triplet: 26, 58 and 4B. RGB value is (38,88,75). Sum of RGB (Red+Green+Blue) = 38+88+75=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #26584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26584B is #D9A7B4. Grayscale: #474747. Windows color (decimal): -14264245 or 4937766. OLE color: 4937766.
HSL color Cylindrical-coordinate representation of color #26584B: hue angle of 164.4º 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 #26584B is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 88 | 75 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.65 |
| HSL | 164.4º | 0.4% | 0.25% | - |
| HSV(B) | 164.4º | 0.57% | 0.35% | - |
| XYZ | 5.56 | 7.9 | 7.89 | - |
| YUV | 71.57 | 129.94 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 75 | 0.57 | 0 | 0.15 | 0.65 | 164.4 | 0.4 | 0.25 |
| Hex | 26 | 58 | 4B | 39 | 0 | F | 41 | A4 | 28 | 19 |
| Octal | 46 | 130 | 113 | 71 | 0 | 17 | 101 | 244 | 50 | 31 |
| Binary | 100110 | 1011000 | 1001011 | 111001 | 0 | 1111 | 1000001 | 10100100 | 101000 | 11001 |
Color Harmonies of #26584B
Complementary color
Monochromatic Colors of #26584B
Black with #26584B
Text Example
Text Example
White with #26584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26584B; }
p { color: rgb(38,88,75); }
H1.HeaderClassName
{
color: #26584B;
}
.AnyTagClassName
{
color: #26584B;
}
</style>
background-color css
<style>
a { background-color: #26584B; }
a { background-color: rgb(38,88,75); }
div.DivClassName
{
background-color: #26584B;
}
.BgClassName
{
background-color: #26584B;
}
</style>
border-color css
<style>
span { border-color: #26584B; }
span { border-color: rgb(38,88,75); }
td.TdClassName
{
border-color: #26584B;
}
.TagClassName
{
border-color: #26584B;
}
</style>