Shades of Endeavour #26548C
Tints of Endeavour #26548C
RGB
CMYK
RGB Variations
Color information
#26548C (or 0x26548C) is known color: Endeavour. HEX triplet: 26, 54 and 8C. RGB value is (38,84,140). Sum of RGB (Red+Green+Blue) = 38+84+140=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 140 (55.08% from 255 or 53.44% from 262); Max value from RGB is 140 - color contains mainly: blue. Hex color #26548C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26548C is #D9AB73. Grayscale: #4C4C4C. Windows color (decimal): -14265204 or 9196582. OLE color: 9196582.
HSL color Cylindrical-coordinate representation of color #26548C: hue angle of 212.94º 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 #26548C is Cyan = 0.73, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 84 | 140 | - |
| CMYK | 0.73 | 0.4 | 0 | 0.45 |
| HSL | 212.94º | 0.57% | 0.35% | - |
| HSV(B) | 212.94º | 0.73% | 0.55% | - |
| XYZ | 8.7 | 8.65 | 26.02 | - |
| YUV | 76.63 | 163.76 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 84 | 140 | 0.73 | 0.4 | 0 | 0.45 | 212.94 | 0.57 | 0.35 |
| Hex | 26 | 54 | 8C | 49 | 28 | 0 | 2D | D5 | 39 | 23 |
| Octal | 46 | 124 | 214 | 111 | 50 | 0 | 55 | 325 | 71 | 43 |
| Binary | 100110 | 1010100 | 10001100 | 1001001 | 101000 | 0 | 101101 | 11010101 | 111001 | 100011 |
Color Harmonies of #26548C
Complementary color
Monochromatic Colors of #26548C
Black with #26548C
Text Example
Text Example
White with #26548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26548C; }
p { color: rgb(38,84,140); }
H1.HeaderClassName
{
color: #26548C;
}
.AnyTagClassName
{
color: #26548C;
}
</style>
background-color css
<style>
a { background-color: #26548C; }
a { background-color: rgb(38,84,140); }
div.DivClassName
{
background-color: #26548C;
}
.BgClassName
{
background-color: #26548C;
}
</style>
border-color css
<style>
span { border-color: #26548C; }
span { border-color: rgb(38,84,140); }
td.TdClassName
{
border-color: #26548C;
}
.TagClassName
{
border-color: #26548C;
}
</style>