Shades of Endeavour #26618D
Tints of Endeavour #26618D
RGB
CMYK
RGB Variations
Color information
#26618D (or 0x26618D) is known color: Endeavour. HEX triplet: 26, 61 and 8D. RGB value is (38,97,141). Sum of RGB (Red+Green+Blue) = 38+97+141=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #26618D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26618D is #D99E72. Grayscale: #545454. Windows color (decimal): -14261875 or 9265446. OLE color: 9265446.
HSL color Cylindrical-coordinate representation of color #26618D: hue angle of 205.63º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26618D is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 97 | 141 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.45 |
| HSL | 205.63º | 0.58% | 0.35% | - |
| HSV(B) | 205.63º | 0.73% | 0.55% | - |
| XYZ | 9.88 | 10.88 | 26.78 | - |
| YUV | 84.38 | 159.95 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 97 | 141 | 0.73 | 0.31 | 0 | 0.45 | 205.63 | 0.58 | 0.35 |
| Hex | 26 | 61 | 8D | 49 | 1F | 0 | 2D | CE | 3A | 23 |
| Octal | 46 | 141 | 215 | 111 | 37 | 0 | 55 | 316 | 72 | 43 |
| Binary | 100110 | 1100001 | 10001101 | 1001001 | 11111 | 0 | 101101 | 11001110 | 111010 | 100011 |
Color Harmonies of #26618D
Complementary color
Monochromatic Colors of #26618D
Black with #26618D
Text Example
Text Example
White with #26618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26618D; }
p { color: rgb(38,97,141); }
H1.HeaderClassName
{
color: #26618D;
}
.AnyTagClassName
{
color: #26618D;
}
</style>
background-color css
<style>
a { background-color: #26618D; }
a { background-color: rgb(38,97,141); }
div.DivClassName
{
background-color: #26618D;
}
.BgClassName
{
background-color: #26618D;
}
</style>
border-color css
<style>
span { border-color: #26618D; }
span { border-color: rgb(38,97,141); }
td.TdClassName
{
border-color: #26618D;
}
.TagClassName
{
border-color: #26618D;
}
</style>