Shades of Endeavour #26609B
Tints of Endeavour #26609B
RGB
CMYK
RGB Variations
Color information
#26609B (or 0x26609B) is known color: Endeavour. HEX triplet: 26, 60 and 9B. RGB value is (38,96,155). Sum of RGB (Red+Green+Blue) = 38+96+155=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #26609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26609B is #D99F64. Grayscale: #555555. Windows color (decimal): -14262117 or 10182694. OLE color: 10182694.
HSL color Cylindrical-coordinate representation of color #26609B: hue angle of 210.26º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26609B is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 96 | 155 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.39 |
| HSL | 210.26º | 0.61% | 0.38% | - |
| HSV(B) | 210.26º | 0.75% | 0.61% | - |
| XYZ | 10.9 | 11.14 | 32.59 | - |
| YUV | 85.38 | 167.28 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 96 | 155 | 0.75 | 0.38 | 0 | 0.39 | 210.26 | 0.61 | 0.38 |
| Hex | 26 | 60 | 9B | 4B | 26 | 0 | 27 | D2 | 3D | 26 |
| Octal | 46 | 140 | 233 | 113 | 46 | 0 | 47 | 322 | 75 | 46 |
| Binary | 100110 | 1100000 | 10011011 | 1001011 | 100110 | 0 | 100111 | 11010010 | 111101 | 100110 |
Color Harmonies of #26609B
Complementary color
Monochromatic Colors of #26609B
Black with #26609B
Text Example
Text Example
White with #26609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26609B; }
p { color: rgb(38,96,155); }
H1.HeaderClassName
{
color: #26609B;
}
.AnyTagClassName
{
color: #26609B;
}
</style>
background-color css
<style>
a { background-color: #26609B; }
a { background-color: rgb(38,96,155); }
div.DivClassName
{
background-color: #26609B;
}
.BgClassName
{
background-color: #26609B;
}
</style>
border-color css
<style>
span { border-color: #26609B; }
span { border-color: rgb(38,96,155); }
td.TdClassName
{
border-color: #26609B;
}
.TagClassName
{
border-color: #26609B;
}
</style>