Shades of Endeavour #26618E
Tints of Endeavour #26618E
RGB
CMYK
RGB Variations
Color information
#26618E (or 0x26618E) is known color: Endeavour. HEX triplet: 26, 61 and 8E. RGB value is (38,97,142). Sum of RGB (Red+Green+Blue) = 38+97+142=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #26618E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26618E is #D99E71. Grayscale: #545454. Windows color (decimal): -14261874 or 9330982. OLE color: 9330982.
HSL color Cylindrical-coordinate representation of color #26618E: hue angle of 205.96º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26618E is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 97 | 142 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.44 |
| HSL | 205.96º | 0.58% | 0.35% | - |
| HSV(B) | 205.96º | 0.73% | 0.56% | - |
| XYZ | 9.96 | 10.91 | 27.17 | - |
| YUV | 84.49 | 160.45 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 97 | 142 | 0.73 | 0.32 | 0 | 0.44 | 205.96 | 0.58 | 0.35 |
| Hex | 26 | 61 | 8E | 49 | 20 | 0 | 2C | CE | 3A | 23 |
| Octal | 46 | 141 | 216 | 111 | 40 | 0 | 54 | 316 | 72 | 43 |
| Binary | 100110 | 1100001 | 10001110 | 1001001 | 100000 | 0 | 101100 | 11001110 | 111010 | 100011 |
Color Harmonies of #26618E
Complementary color
Monochromatic Colors of #26618E
Black with #26618E
Text Example
Text Example
White with #26618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26618E; }
p { color: rgb(38,97,142); }
H1.HeaderClassName
{
color: #26618E;
}
.AnyTagClassName
{
color: #26618E;
}
</style>
background-color css
<style>
a { background-color: #26618E; }
a { background-color: rgb(38,97,142); }
div.DivClassName
{
background-color: #26618E;
}
.BgClassName
{
background-color: #26618E;
}
</style>
border-color css
<style>
span { border-color: #26618E; }
span { border-color: rgb(38,97,142); }
td.TdClassName
{
border-color: #26618E;
}
.TagClassName
{
border-color: #26618E;
}
</style>