Shades of Endeavour #26608C
Tints of Endeavour #26608C
RGB
CMYK
RGB Variations
Color information
#26608C (or 0x26608C) is known color: Endeavour. HEX triplet: 26, 60 and 8C. RGB value is (38,96,140). Sum of RGB (Red+Green+Blue) = 38+96+140=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #26608C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26608C is #D99F73. Grayscale: #535353. Windows color (decimal): -14262132 or 9199654. OLE color: 9199654.
HSL color Cylindrical-coordinate representation of color #26608C: hue angle of 205.88º degrees, saturation: 0.57, 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 #26608C is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 96 | 140 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.45 |
| HSL | 205.88º | 0.57% | 0.35% | - |
| HSV(B) | 205.88º | 0.73% | 0.55% | - |
| XYZ | 9.72 | 10.67 | 26.36 | - |
| YUV | 83.67 | 159.78 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 96 | 140 | 0.73 | 0.31 | 0 | 0.45 | 205.88 | 0.57 | 0.35 |
| Hex | 26 | 60 | 8C | 49 | 1F | 0 | 2D | CE | 39 | 23 |
| Octal | 46 | 140 | 214 | 111 | 37 | 0 | 55 | 316 | 71 | 43 |
| Binary | 100110 | 1100000 | 10001100 | 1001001 | 11111 | 0 | 101101 | 11001110 | 111001 | 100011 |
Color Harmonies of #26608C
Complementary color
Monochromatic Colors of #26608C
Black with #26608C
Text Example
Text Example
White with #26608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26608C; }
p { color: rgb(38,96,140); }
H1.HeaderClassName
{
color: #26608C;
}
.AnyTagClassName
{
color: #26608C;
}
</style>
background-color css
<style>
a { background-color: #26608C; }
a { background-color: rgb(38,96,140); }
div.DivClassName
{
background-color: #26608C;
}
.BgClassName
{
background-color: #26608C;
}
</style>
border-color css
<style>
span { border-color: #26608C; }
span { border-color: rgb(38,96,140); }
td.TdClassName
{
border-color: #26608C;
}
.TagClassName
{
border-color: #26608C;
}
</style>