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