Shades of Evening Sea #265F4C
Tints of Evening Sea #265F4C
RGB
CMYK
RGB Variations
Color information
#265F4C (or 0x265F4C) is known color: Evening Sea. HEX triplet: 26, 5F and 4C. RGB value is (38,95,76). Sum of RGB (Red+Green+Blue) = 38+95+76=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #265F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265F4C is #D9A0B3. Grayscale: #4B4B4B. Windows color (decimal): -14262452 or 5005094. OLE color: 5005094.
HSL color Cylindrical-coordinate representation of color #265F4C: hue angle of 160º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265F4C is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 95 | 76 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.63 |
| HSL | 160º | 0.43% | 0.26% | - |
| HSV(B) | 160º | 0.6% | 0.37% | - |
| XYZ | 6.2 | 9.12 | 8.27 | - |
| YUV | 75.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 95 | 76 | 0.60 | 0 | 0.20 | 0.63 | 160 | 0.43 | 0.26 |
| Hex | 26 | 5F | 4C | 3C | 0 | 14 | 3F | A0 | 2B | 1A |
| Octal | 46 | 137 | 114 | 74 | 0 | 24 | 77 | 240 | 53 | 32 |
| Binary | 100110 | 1011111 | 1001100 | 111100 | 0 | 10100 | 111111 | 10100000 | 101011 | 11010 |
Color Harmonies of #265F4C
Complementary color
Monochromatic Colors of #265F4C
Black with #265F4C
Text Example
Text Example
White with #265F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265F4C; }
p { color: rgb(38,95,76); }
H1.HeaderClassName
{
color: #265F4C;
}
.AnyTagClassName
{
color: #265F4C;
}
</style>
background-color css
<style>
a { background-color: #265F4C; }
a { background-color: rgb(38,95,76); }
div.DivClassName
{
background-color: #265F4C;
}
.BgClassName
{
background-color: #265F4C;
}
</style>
border-color css
<style>
span { border-color: #265F4C; }
span { border-color: rgb(38,95,76); }
td.TdClassName
{
border-color: #265F4C;
}
.TagClassName
{
border-color: #265F4C;
}
</style>