Shades of Evening Sea #265D4A
Tints of Evening Sea #265D4A
RGB
CMYK
RGB Variations
Color information
#265D4A (or 0x265D4A) is known color: Evening Sea. HEX triplet: 26, 5D and 4A. RGB value is (38,93,74). Sum of RGB (Red+Green+Blue) = 38+93+74=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 93 - color contains mainly: green. Hex color #265D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265D4A is #D9A2B5. Grayscale: #4A4A4A. Windows color (decimal): -14262966 or 4873510. OLE color: 4873510.
HSL color Cylindrical-coordinate representation of color #265D4A: hue angle of 159.27º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265D4A is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 93 | 74 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.64 |
| HSL | 159.27º | 0.42% | 0.26% | - |
| HSV(B) | 159.27º | 0.59% | 0.36% | - |
| XYZ | 5.95 | 8.74 | 7.85 | - |
| YUV | 74.39 | 127.78 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 74 | 0.59 | 0 | 0.20 | 0.64 | 159.27 | 0.42 | 0.26 |
| Hex | 26 | 5D | 4A | 3B | 0 | 14 | 40 | 9F | 2A | 1A |
| Octal | 46 | 135 | 112 | 73 | 0 | 24 | 100 | 237 | 52 | 32 |
| Binary | 100110 | 1011101 | 1001010 | 111011 | 0 | 10100 | 1000000 | 10011111 | 101010 | 11010 |
Color Harmonies of #265D4A
Complementary color
Monochromatic Colors of #265D4A
Black with #265D4A
Text Example
Text Example
White with #265D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265D4A; }
p { color: rgb(38,93,74); }
H1.HeaderClassName
{
color: #265D4A;
}
.AnyTagClassName
{
color: #265D4A;
}
</style>
background-color css
<style>
a { background-color: #265D4A; }
a { background-color: rgb(38,93,74); }
div.DivClassName
{
background-color: #265D4A;
}
.BgClassName
{
background-color: #265D4A;
}
</style>
border-color css
<style>
span { border-color: #265D4A; }
span { border-color: rgb(38,93,74); }
td.TdClassName
{
border-color: #265D4A;
}
.TagClassName
{
border-color: #265D4A;
}
</style>