Shades of Endeavour #26528C
Tints of Endeavour #26528C
RGB
CMYK
RGB Variations
Color information
#26528C (or 0x26528C) is known color: Endeavour. HEX triplet: 26, 52 and 8C. RGB value is (38,82,140). Sum of RGB (Red+Green+Blue) = 38+82+140=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #26528C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26528C is #D9AD73. Grayscale: #4B4B4B. Windows color (decimal): -14265716 or 9196070. OLE color: 9196070.
HSL color Cylindrical-coordinate representation of color #26528C: hue angle of 214.12º 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 #26528C is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 82 | 140 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.45 |
| HSL | 214.12º | 0.57% | 0.35% | - |
| HSV(B) | 214.12º | 0.73% | 0.55% | - |
| XYZ | 8.55 | 8.34 | 25.97 | - |
| YUV | 75.46 | 164.42 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 140 | 0.73 | 0.41 | 0 | 0.45 | 214.12 | 0.57 | 0.35 |
| Hex | 26 | 52 | 8C | 49 | 29 | 0 | 2D | D6 | 39 | 23 |
| Octal | 46 | 122 | 214 | 111 | 51 | 0 | 55 | 326 | 71 | 43 |
| Binary | 100110 | 1010010 | 10001100 | 1001001 | 101001 | 0 | 101101 | 11010110 | 111001 | 100011 |
Color Harmonies of #26528C
Complementary color
Monochromatic Colors of #26528C
Black with #26528C
Text Example
Text Example
White with #26528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26528C; }
p { color: rgb(38,82,140); }
H1.HeaderClassName
{
color: #26528C;
}
.AnyTagClassName
{
color: #26528C;
}
</style>
background-color css
<style>
a { background-color: #26528C; }
a { background-color: rgb(38,82,140); }
div.DivClassName
{
background-color: #26528C;
}
.BgClassName
{
background-color: #26528C;
}
</style>
border-color css
<style>
span { border-color: #26528C; }
span { border-color: rgb(38,82,140); }
td.TdClassName
{
border-color: #26528C;
}
.TagClassName
{
border-color: #26528C;
}
</style>