Shades of Evening Sea #265B46
Tints of Evening Sea #265B46
RGB
CMYK
RGB Variations
Color information
#265B46 (or 0x265B46) is known color: Evening Sea. HEX triplet: 26, 5B and 46. RGB value is (38,91,70). Sum of RGB (Red+Green+Blue) = 38+91+70=199 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.10% from 199); Green value is 91 (35.94% from 255 or 45.73% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 91 - color contains mainly: green. Hex color #265B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265B46 is #D9A4B9. Grayscale: #484848. Windows color (decimal): -14263482 or 4610854. OLE color: 4610854.
HSL color Cylindrical-coordinate representation of color #265B46: hue angle of 156.23º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265B46 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 91 | 70 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.64 |
| HSL | 156.23º | 0.41% | 0.25% | - |
| HSV(B) | 156.23º | 0.58% | 0.36% | - |
| XYZ | 5.65 | 8.34 | 7.11 | - |
| YUV | 72.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 70 | 0.58 | 0 | 0.23 | 0.64 | 156.23 | 0.41 | 0.25 |
| Hex | 26 | 5B | 46 | 3A | 0 | 17 | 40 | 9C | 29 | 19 |
| Octal | 46 | 133 | 106 | 72 | 0 | 27 | 100 | 234 | 51 | 31 |
| Binary | 100110 | 1011011 | 1000110 | 111010 | 0 | 10111 | 1000000 | 10011100 | 101001 | 11001 |
Color Harmonies of #265B46
Complementary color
Monochromatic Colors of #265B46
Black with #265B46
Text Example
Text Example
White with #265B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265B46; }
p { color: rgb(38,91,70); }
H1.HeaderClassName
{
color: #265B46;
}
.AnyTagClassName
{
color: #265B46;
}
</style>
background-color css
<style>
a { background-color: #265B46; }
a { background-color: rgb(38,91,70); }
div.DivClassName
{
background-color: #265B46;
}
.BgClassName
{
background-color: #265B46;
}
</style>
border-color css
<style>
span { border-color: #265B46; }
span { border-color: rgb(38,91,70); }
td.TdClassName
{
border-color: #265B46;
}
.TagClassName
{
border-color: #265B46;
}
</style>