Shades of Evening Sea #265A4D
Tints of Evening Sea #265A4D
RGB
CMYK
RGB Variations
Color information
#265A4D (or 0x265A4D) is known color: Evening Sea. HEX triplet: 26, 5A and 4D. RGB value is (38,90,77). Sum of RGB (Red+Green+Blue) = 38+90+77=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #265A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A4D is #D9A5B2. Grayscale: #484848. Windows color (decimal): -14263731 or 5069350. OLE color: 5069350.
HSL color Cylindrical-coordinate representation of color #265A4D: hue angle of 165º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #265A4D is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 38 | 90 | 77 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.65 |
| HSL | 165º | 0.41% | 0.25% | - |
| HSV(B) | 165º | 0.58% | 0.35% | - |
| XYZ | 5.8 | 8.26 | 8.31 | - |
| YUV | 72.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 77 | 0.58 | 0 | 0.14 | 0.65 | 165 | 0.41 | 0.25 |
| Hex | 26 | 5A | 4D | 3A | 0 | E | 41 | A5 | 29 | 19 |
| Octal | 46 | 132 | 115 | 72 | 0 | 16 | 101 | 245 | 51 | 31 |
| Binary | 100110 | 1011010 | 1001101 | 111010 | 0 | 1110 | 1000001 | 10100101 | 101001 | 11001 |
Color Harmonies of #265A4D
Complementary color
Monochromatic Colors of #265A4D
Black with #265A4D
Text Example
Text Example
White with #265A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265A4D; }
p { color: rgb(38,90,77); }
H1.HeaderClassName
{
color: #265A4D;
}
.AnyTagClassName
{
color: #265A4D;
}
</style>
background-color css
<style>
a { background-color: #265A4D; }
a { background-color: rgb(38,90,77); }
div.DivClassName
{
background-color: #265A4D;
}
.BgClassName
{
background-color: #265A4D;
}
</style>
border-color css
<style>
span { border-color: #265A4D; }
span { border-color: rgb(38,90,77); }
td.TdClassName
{
border-color: #265A4D;
}
.TagClassName
{
border-color: #265A4D;
}
</style>