Shades of Endeavour #26569D
Tints of Endeavour #26569D
RGB
CMYK
RGB Variations
Color information
#26569D (or 0x26569D) is known color: Endeavour. HEX triplet: 26, 56 and 9D. RGB value is (38,86,157). Sum of RGB (Red+Green+Blue) = 38+86+157=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #26569D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26569D is #D9A962. Grayscale: #4F4F4F. Windows color (decimal): -14264675 or 10311206. OLE color: 10311206.
HSL color Cylindrical-coordinate representation of color #26569D: hue angle of 215.8º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26569D is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 86 | 157 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.38 |
| HSL | 215.8º | 0.61% | 0.38% | - |
| HSV(B) | 215.8º | 0.76% | 0.62% | - |
| XYZ | 10.21 | 9.5 | 33.19 | - |
| YUV | 79.74 | 171.6 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 86 | 157 | 0.76 | 0.45 | 0 | 0.38 | 215.8 | 0.61 | 0.38 |
| Hex | 26 | 56 | 9D | 4C | 2D | 0 | 26 | D8 | 3D | 26 |
| Octal | 46 | 126 | 235 | 114 | 55 | 0 | 46 | 330 | 75 | 46 |
| Binary | 100110 | 1010110 | 10011101 | 1001100 | 101101 | 0 | 100110 | 11011000 | 111101 | 100110 |
Color Harmonies of #26569D
Complementary color
Monochromatic Colors of #26569D
Black with #26569D
Text Example
Text Example
White with #26569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26569D; }
p { color: rgb(38,86,157); }
H1.HeaderClassName
{
color: #26569D;
}
.AnyTagClassName
{
color: #26569D;
}
</style>
background-color css
<style>
a { background-color: #26569D; }
a { background-color: rgb(38,86,157); }
div.DivClassName
{
background-color: #26569D;
}
.BgClassName
{
background-color: #26569D;
}
</style>
border-color css
<style>
span { border-color: #26569D; }
span { border-color: rgb(38,86,157); }
td.TdClassName
{
border-color: #26569D;
}
.TagClassName
{
border-color: #26569D;
}
</style>