Shades of Endeavour #26588C
Tints of Endeavour #26588C
RGB
CMYK
RGB Variations
Color information
#26588C (or 0x26588C) is known color: Endeavour. HEX triplet: 26, 58 and 8C. RGB value is (38,88,140). Sum of RGB (Red+Green+Blue) = 38+88+140=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #26588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26588C is #D9A773. Grayscale: #4E4E4E. Windows color (decimal): -14264180 or 9197606. OLE color: 9197606.
HSL color Cylindrical-coordinate representation of color #26588C: hue angle of 210.59º 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 #26588C is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 88 | 140 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.45 |
| HSL | 210.59º | 0.57% | 0.35% | - |
| HSV(B) | 210.59º | 0.73% | 0.55% | - |
| XYZ | 9.02 | 9.28 | 26.13 | - |
| YUV | 78.98 | 162.44 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 140 | 0.73 | 0.37 | 0 | 0.45 | 210.59 | 0.57 | 0.35 |
| Hex | 26 | 58 | 8C | 49 | 25 | 0 | 2D | D3 | 39 | 23 |
| Octal | 46 | 130 | 214 | 111 | 45 | 0 | 55 | 323 | 71 | 43 |
| Binary | 100110 | 1011000 | 10001100 | 1001001 | 100101 | 0 | 101101 | 11010011 | 111001 | 100011 |
Color Harmonies of #26588C
Complementary color
Monochromatic Colors of #26588C
Black with #26588C
Text Example
Text Example
White with #26588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26588C; }
p { color: rgb(38,88,140); }
H1.HeaderClassName
{
color: #26588C;
}
.AnyTagClassName
{
color: #26588C;
}
</style>
background-color css
<style>
a { background-color: #26588C; }
a { background-color: rgb(38,88,140); }
div.DivClassName
{
background-color: #26588C;
}
.BgClassName
{
background-color: #26588C;
}
</style>
border-color css
<style>
span { border-color: #26588C; }
span { border-color: rgb(38,88,140); }
td.TdClassName
{
border-color: #26588C;
}
.TagClassName
{
border-color: #26588C;
}
</style>