Shades of Evening Sea #265F4F
Tints of Evening Sea #265F4F
RGB
CMYK
RGB Variations
Color information
#265F4F (or 0x265F4F) is known color: Evening Sea. HEX triplet: 26, 5F and 4F. RGB value is (38,95,79). Sum of RGB (Red+Green+Blue) = 38+95+79=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 95 - color contains mainly: green. Hex color #265F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F4F is #D9A0B0. Grayscale: #4C4C4C. Windows color (decimal): -14262449 or 5201702. OLE color: 5201702.
HSL color Cylindrical-coordinate representation of color #265F4F: hue angle of 163.16º 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 #265F4F is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 95 | 79 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.63 |
| HSL | 163.16º | 0.43% | 0.26% | - |
| HSV(B) | 163.16º | 0.6% | 0.37% | - |
| XYZ | 6.3 | 9.16 | 8.83 | - |
| YUV | 76.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 95 | 79 | 0.60 | 0 | 0.17 | 0.63 | 163.16 | 0.43 | 0.26 |
| Hex | 26 | 5F | 4F | 3C | 0 | 11 | 3F | A3 | 2B | 1A |
| Octal | 46 | 137 | 117 | 74 | 0 | 21 | 77 | 243 | 53 | 32 |
| Binary | 100110 | 1011111 | 1001111 | 111100 | 0 | 10001 | 111111 | 10100011 | 101011 | 11010 |
Color Harmonies of #265F4F
Complementary color
Monochromatic Colors of #265F4F
Black with #265F4F
Text Example
Text Example
White with #265F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265F4F; }
p { color: rgb(38,95,79); }
H1.HeaderClassName
{
color: #265F4F;
}
.AnyTagClassName
{
color: #265F4F;
}
</style>
background-color css
<style>
a { background-color: #265F4F; }
a { background-color: rgb(38,95,79); }
div.DivClassName
{
background-color: #265F4F;
}
.BgClassName
{
background-color: #265F4F;
}
</style>
border-color css
<style>
span { border-color: #265F4F; }
span { border-color: rgb(38,95,79); }
td.TdClassName
{
border-color: #265F4F;
}
.TagClassName
{
border-color: #265F4F;
}
</style>