Shades of Endeavour #26608D
Tints of Endeavour #26608D
RGB
CMYK
RGB Variations
Color information
#26608D (or 0x26608D) is known color: Endeavour. HEX triplet: 26, 60 and 8D. RGB value is (38,96,141). Sum of RGB (Red+Green+Blue) = 38+96+141=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #26608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26608D is #D99F72. Grayscale: #535353. Windows color (decimal): -14262131 or 9265190. OLE color: 9265190.
HSL color Cylindrical-coordinate representation of color #26608D: hue angle of 206.21º 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 #26608D is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 96 | 141 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.45 |
| HSL | 206.21º | 0.58% | 0.35% | - |
| HSV(B) | 206.21º | 0.73% | 0.55% | - |
| XYZ | 9.79 | 10.7 | 26.75 | - |
| YUV | 83.79 | 160.28 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 96 | 141 | 0.73 | 0.32 | 0 | 0.45 | 206.21 | 0.58 | 0.35 |
| Hex | 26 | 60 | 8D | 49 | 20 | 0 | 2D | CE | 3A | 23 |
| Octal | 46 | 140 | 215 | 111 | 40 | 0 | 55 | 316 | 72 | 43 |
| Binary | 100110 | 1100000 | 10001101 | 1001001 | 100000 | 0 | 101101 | 11001110 | 111010 | 100011 |
Color Harmonies of #26608D
Complementary color
Monochromatic Colors of #26608D
Black with #26608D
Text Example
Text Example
White with #26608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26608D; }
p { color: rgb(38,96,141); }
H1.HeaderClassName
{
color: #26608D;
}
.AnyTagClassName
{
color: #26608D;
}
</style>
background-color css
<style>
a { background-color: #26608D; }
a { background-color: rgb(38,96,141); }
div.DivClassName
{
background-color: #26608D;
}
.BgClassName
{
background-color: #26608D;
}
</style>
border-color css
<style>
span { border-color: #26608D; }
span { border-color: rgb(38,96,141); }
td.TdClassName
{
border-color: #26608D;
}
.TagClassName
{
border-color: #26608D;
}
</style>