Shades of Endeavour #26549F
Tints of Endeavour #26549F
RGB
CMYK
RGB Variations
Color information
#26549F (or 0x26549F) is known color: Endeavour. HEX triplet: 26, 54 and 9F. RGB value is (38,84,159). Sum of RGB (Red+Green+Blue) = 38+84+159=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #26549F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26549F is #D9AB60. Grayscale: #4E4E4E. Windows color (decimal): -14265185 or 10441766. OLE color: 10441766.
HSL color Cylindrical-coordinate representation of color #26549F: hue angle of 217.19º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26549F is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 84 | 159 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.38 |
| HSL | 217.19º | 0.61% | 0.39% | - |
| HSV(B) | 217.19º | 0.76% | 0.62% | - |
| XYZ | 10.23 | 9.26 | 34.05 | - |
| YUV | 78.8 | 173.26 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 159 | 0.76 | 0.47 | 0 | 0.38 | 217.19 | 0.61 | 0.39 |
| Hex | 26 | 54 | 9F | 4C | 2F | 0 | 26 | D9 | 3D | 27 |
| Octal | 46 | 124 | 237 | 114 | 57 | 0 | 46 | 331 | 75 | 47 |
| Binary | 100110 | 1010100 | 10011111 | 1001100 | 101111 | 0 | 100110 | 11011001 | 111101 | 100111 |
Color Harmonies of #26549F
Complementary color
Monochromatic Colors of #26549F
Black with #26549F
Text Example
Text Example
White with #26549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26549F; }
p { color: rgb(38,84,159); }
H1.HeaderClassName
{
color: #26549F;
}
.AnyTagClassName
{
color: #26549F;
}
</style>
background-color css
<style>
a { background-color: #26549F; }
a { background-color: rgb(38,84,159); }
div.DivClassName
{
background-color: #26549F;
}
.BgClassName
{
background-color: #26549F;
}
</style>
border-color css
<style>
span { border-color: #26549F; }
span { border-color: rgb(38,84,159); }
td.TdClassName
{
border-color: #26549F;
}
.TagClassName
{
border-color: #26549F;
}
</style>