Shades of Evening Sea #26604B
Tints of Evening Sea #26604B
RGB
CMYK
RGB Variations
Color information
#26604B (or 0x26604B) is known color: Evening Sea. HEX triplet: 26, 60 and 4B. RGB value is (38,96,75). Sum of RGB (Red+Green+Blue) = 38+96+75=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #26604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26604B is #D99FB4. Grayscale: #4C4C4C. Windows color (decimal): -14262197 or 4939814. OLE color: 4939814.
HSL color Cylindrical-coordinate representation of color #26604B: hue angle of 158.28º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #26604B is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 96 | 75 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.62 |
| HSL | 158.28º | 0.43% | 0.26% | - |
| HSV(B) | 158.28º | 0.6% | 0.38% | - |
| XYZ | 6.25 | 9.29 | 8.12 | - |
| YUV | 76.26 | 127.28 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 96 | 75 | 0.60 | 0 | 0.22 | 0.62 | 158.28 | 0.43 | 0.26 |
| Hex | 26 | 60 | 4B | 3C | 0 | 16 | 3E | 9E | 2B | 1A |
| Octal | 46 | 140 | 113 | 74 | 0 | 26 | 76 | 236 | 53 | 32 |
| Binary | 100110 | 1100000 | 1001011 | 111100 | 0 | 10110 | 111110 | 10011110 | 101011 | 11010 |
Color Harmonies of #26604B
Complementary color
Monochromatic Colors of #26604B
Black with #26604B
Text Example
Text Example
White with #26604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26604B; }
p { color: rgb(38,96,75); }
H1.HeaderClassName
{
color: #26604B;
}
.AnyTagClassName
{
color: #26604B;
}
</style>
background-color css
<style>
a { background-color: #26604B; }
a { background-color: rgb(38,96,75); }
div.DivClassName
{
background-color: #26604B;
}
.BgClassName
{
background-color: #26604B;
}
</style>
border-color css
<style>
span { border-color: #26604B; }
span { border-color: rgb(38,96,75); }
td.TdClassName
{
border-color: #26604B;
}
.TagClassName
{
border-color: #26604B;
}
</style>