Shades of Endeavour #26548D
Tints of Endeavour #26548D
RGB
CMYK
RGB Variations
Color information
#26548D (or 0x26548D) is known color: Endeavour. HEX triplet: 26, 54 and 8D. RGB value is (38,84,141). Sum of RGB (Red+Green+Blue) = 38+84+141=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #26548D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26548D is #D9AB72. Grayscale: #4C4C4C. Windows color (decimal): -14265203 or 9262118. OLE color: 9262118.
HSL color Cylindrical-coordinate representation of color #26548D: hue angle of 213.2º degrees, saturation: 0.58, 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 #26548D is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 84 | 141 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.45 |
| HSL | 213.2º | 0.58% | 0.35% | - |
| HSV(B) | 213.2º | 0.73% | 0.55% | - |
| XYZ | 8.78 | 8.68 | 26.41 | - |
| YUV | 76.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 141 | 0.73 | 0.40 | 0 | 0.45 | 213.2 | 0.58 | 0.35 |
| Hex | 26 | 54 | 8D | 49 | 28 | 0 | 2D | D5 | 3A | 23 |
| Octal | 46 | 124 | 215 | 111 | 50 | 0 | 55 | 325 | 72 | 43 |
| Binary | 100110 | 1010100 | 10001101 | 1001001 | 101000 | 0 | 101101 | 11010101 | 111010 | 100011 |
Color Harmonies of #26548D
Complementary color
Monochromatic Colors of #26548D
Black with #26548D
Text Example
Text Example
White with #26548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26548D; }
p { color: rgb(38,84,141); }
H1.HeaderClassName
{
color: #26548D;
}
.AnyTagClassName
{
color: #26548D;
}
</style>
background-color css
<style>
a { background-color: #26548D; }
a { background-color: rgb(38,84,141); }
div.DivClassName
{
background-color: #26548D;
}
.BgClassName
{
background-color: #26548D;
}
</style>
border-color css
<style>
span { border-color: #26548D; }
span { border-color: rgb(38,84,141); }
td.TdClassName
{
border-color: #26548D;
}
.TagClassName
{
border-color: #26548D;
}
</style>