Shades of Evening Sea #265C48
Tints of Evening Sea #265C48
RGB
CMYK
RGB Variations
Color information
#265C48 (or 0x265C48) is known color: Evening Sea. HEX triplet: 26, 5C and 48. RGB value is (38,92,72). Sum of RGB (Red+Green+Blue) = 38+92+72=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 92 - color contains mainly: green. Hex color #265C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265C48 is #D9A3B7. Grayscale: #494949. Windows color (decimal): -14263224 or 4742182. OLE color: 4742182.
HSL color Cylindrical-coordinate representation of color #265C48: hue angle of 157.78º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265C48 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 92 | 72 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.64 |
| HSL | 157.78º | 0.42% | 0.25% | - |
| HSV(B) | 157.78º | 0.59% | 0.36% | - |
| XYZ | 5.8 | 8.53 | 7.47 | - |
| YUV | 73.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 72 | 0.59 | 0 | 0.22 | 0.64 | 157.78 | 0.42 | 0.25 |
| Hex | 26 | 5C | 48 | 3B | 0 | 16 | 40 | 9E | 2A | 19 |
| Octal | 46 | 134 | 110 | 73 | 0 | 26 | 100 | 236 | 52 | 31 |
| Binary | 100110 | 1011100 | 1001000 | 111011 | 0 | 10110 | 1000000 | 10011110 | 101010 | 11001 |
Color Harmonies of #265C48
Complementary color
Monochromatic Colors of #265C48
Black with #265C48
Text Example
Text Example
White with #265C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265C48; }
p { color: rgb(38,92,72); }
H1.HeaderClassName
{
color: #265C48;
}
.AnyTagClassName
{
color: #265C48;
}
</style>
background-color css
<style>
a { background-color: #265C48; }
a { background-color: rgb(38,92,72); }
div.DivClassName
{
background-color: #265C48;
}
.BgClassName
{
background-color: #265C48;
}
</style>
border-color css
<style>
span { border-color: #265C48; }
span { border-color: rgb(38,92,72); }
td.TdClassName
{
border-color: #265C48;
}
.TagClassName
{
border-color: #265C48;
}
</style>