Shades of Evening Sea #266B4D
Tints of Evening Sea #266B4D
RGB
CMYK
RGB Variations
Color information
#266B4D (or 0x266B4D) is known color: Evening Sea. HEX triplet: 26, 6B and 4D. RGB value is (38,107,77). Sum of RGB (Red+Green+Blue) = 38+107+77=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #266B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266B4D is #D994B2. Grayscale: #535353. Windows color (decimal): -14259379 or 5073702. OLE color: 5073702.
HSL color Cylindrical-coordinate representation of color #266B4D: hue angle of 153.91º 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 #266B4D is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 107 | 77 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.58 |
| HSL | 153.91º | 0.48% | 0.28% | - |
| HSV(B) | 153.91º | 0.64% | 0.42% | - |
| XYZ | 7.4 | 11.46 | 8.84 | - |
| YUV | 82.95 | 124.64 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 77 | 0.64 | 0 | 0.28 | 0.58 | 153.91 | 0.48 | 0.28 |
| Hex | 26 | 6B | 4D | 40 | 0 | 1C | 3A | 9A | 30 | 1C |
| Octal | 46 | 153 | 115 | 100 | 0 | 34 | 72 | 232 | 60 | 34 |
| Binary | 100110 | 1101011 | 1001101 | 1000000 | 0 | 11100 | 111010 | 10011010 | 110000 | 11100 |
Color Harmonies of #266B4D
Complementary color
Monochromatic Colors of #266B4D
Black with #266B4D
Text Example
Text Example
White with #266B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B4D; }
p { color: rgb(38,107,77); }
H1.HeaderClassName
{
color: #266B4D;
}
.AnyTagClassName
{
color: #266B4D;
}
</style>
background-color css
<style>
a { background-color: #266B4D; }
a { background-color: rgb(38,107,77); }
div.DivClassName
{
background-color: #266B4D;
}
.BgClassName
{
background-color: #266B4D;
}
</style>
border-color css
<style>
span { border-color: #266B4D; }
span { border-color: rgb(38,107,77); }
td.TdClassName
{
border-color: #266B4D;
}
.TagClassName
{
border-color: #266B4D;
}
</style>