Shades of Evening Sea #265B4A
Tints of Evening Sea #265B4A
RGB
CMYK
RGB Variations
Color information
#265B4A (or 0x265B4A) is known color: Evening Sea. HEX triplet: 26, 5B and 4A. RGB value is (38,91,74). Sum of RGB (Red+Green+Blue) = 38+91+74=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 91 (35.94% from 255 or 44.83% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 91 - color contains mainly: green. Hex color #265B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265B4A is #D9A4B5. Grayscale: #494949. Windows color (decimal): -14263478 or 4872998. OLE color: 4872998.
HSL color Cylindrical-coordinate representation of color #265B4A: hue angle of 160.75º 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 #265B4A is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 91 | 74 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.64 |
| HSL | 160.75º | 0.41% | 0.25% | - |
| HSV(B) | 160.75º | 0.58% | 0.36% | - |
| XYZ | 5.78 | 8.39 | 7.79 | - |
| YUV | 73.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 74 | 0.58 | 0 | 0.19 | 0.64 | 160.75 | 0.41 | 0.25 |
| Hex | 26 | 5B | 4A | 3A | 0 | 13 | 40 | A1 | 29 | 19 |
| Octal | 46 | 133 | 112 | 72 | 0 | 23 | 100 | 241 | 51 | 31 |
| Binary | 100110 | 1011011 | 1001010 | 111010 | 0 | 10011 | 1000000 | 10100001 | 101001 | 11001 |
Color Harmonies of #265B4A
Complementary color
Monochromatic Colors of #265B4A
Black with #265B4A
Text Example
Text Example
White with #265B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265B4A; }
p { color: rgb(38,91,74); }
H1.HeaderClassName
{
color: #265B4A;
}
.AnyTagClassName
{
color: #265B4A;
}
</style>
background-color css
<style>
a { background-color: #265B4A; }
a { background-color: rgb(38,91,74); }
div.DivClassName
{
background-color: #265B4A;
}
.BgClassName
{
background-color: #265B4A;
}
</style>
border-color css
<style>
span { border-color: #265B4A; }
span { border-color: rgb(38,91,74); }
td.TdClassName
{
border-color: #265B4A;
}
.TagClassName
{
border-color: #265B4A;
}
</style>