Shades of Endeavour #266299
Tints of Endeavour #266299
RGB
CMYK
RGB Variations
Color information
#266299 (or 0x266299) is known color: Endeavour. HEX triplet: 26, 62 and 99. RGB value is (38,98,153). Sum of RGB (Red+Green+Blue) = 38+98+153=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #266299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266299 is #D99D66. Grayscale: #565656. Windows color (decimal): -14261607 or 10052134. OLE color: 10052134.
HSL color Cylindrical-coordinate representation of color #266299: hue angle of 208.7º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #266299 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 98 | 153 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.4 |
| HSL | 208.7º | 0.6% | 0.37% | - |
| HSV(B) | 208.7º | 0.75% | 0.6% | - |
| XYZ | 10.92 | 11.45 | 31.77 | - |
| YUV | 86.33 | 165.62 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 153 | 0.75 | 0.36 | 0 | 0.4 | 208.7 | 0.6 | 0.37 |
| Hex | 26 | 62 | 99 | 4B | 24 | 0 | 28 | D1 | 3C | 25 |
| Octal | 46 | 142 | 231 | 113 | 44 | 0 | 50 | 321 | 74 | 45 |
| Binary | 100110 | 1100010 | 10011001 | 1001011 | 100100 | 0 | 101000 | 11010001 | 111100 | 100101 |
Color Harmonies of #266299
Complementary color
Monochromatic Colors of #266299
Black with #266299
Text Example
Text Example
White with #266299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266299; }
p { color: rgb(38,98,153); }
H1.HeaderClassName
{
color: #266299;
}
.AnyTagClassName
{
color: #266299;
}
</style>
background-color css
<style>
a { background-color: #266299; }
a { background-color: rgb(38,98,153); }
div.DivClassName
{
background-color: #266299;
}
.BgClassName
{
background-color: #266299;
}
</style>
border-color css
<style>
span { border-color: #266299; }
span { border-color: rgb(38,98,153); }
td.TdClassName
{
border-color: #266299;
}
.TagClassName
{
border-color: #266299;
}
</style>