Shades of Evening Sea #266B4F
Tints of Evening Sea #266B4F
RGB
CMYK
RGB Variations
Color information
#266B4F (or 0x266B4F) is known color: Evening Sea. HEX triplet: 26, 6B and 4F. RGB value is (38,107,79). Sum of RGB (Red+Green+Blue) = 38+107+79=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #266B4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266B4F is #D994B0. Grayscale: #535353. Windows color (decimal): -14259377 or 5204774. OLE color: 5204774.
HSL color Cylindrical-coordinate representation of color #266B4F: hue angle of 155.65º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266B4F is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 107 | 79 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.58 |
| HSL | 155.65º | 0.48% | 0.28% | - |
| HSV(B) | 155.65º | 0.64% | 0.42% | - |
| XYZ | 7.47 | 11.49 | 9.22 | - |
| YUV | 83.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 79 | 0.64 | 0 | 0.26 | 0.58 | 155.65 | 0.48 | 0.28 |
| Hex | 26 | 6B | 4F | 40 | 0 | 1A | 3A | 9C | 30 | 1C |
| Octal | 46 | 153 | 117 | 100 | 0 | 32 | 72 | 234 | 60 | 34 |
| Binary | 100110 | 1101011 | 1001111 | 1000000 | 0 | 11010 | 111010 | 10011100 | 110000 | 11100 |
Color Harmonies of #266B4F
Complementary color
Monochromatic Colors of #266B4F
Black with #266B4F
Text Example
Text Example
White with #266B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B4F; }
p { color: rgb(38,107,79); }
H1.HeaderClassName
{
color: #266B4F;
}
.AnyTagClassName
{
color: #266B4F;
}
</style>
background-color css
<style>
a { background-color: #266B4F; }
a { background-color: rgb(38,107,79); }
div.DivClassName
{
background-color: #266B4F;
}
.BgClassName
{
background-color: #266B4F;
}
</style>
border-color css
<style>
span { border-color: #266B4F; }
span { border-color: rgb(38,107,79); }
td.TdClassName
{
border-color: #266B4F;
}
.TagClassName
{
border-color: #266B4F;
}
</style>