Shades of Endeavour #26529A
Tints of Endeavour #26529A
RGB
CMYK
RGB Variations
Color information
#26529A (or 0x26529A) is known color: Endeavour. HEX triplet: 26, 52 and 9A. RGB value is (38,82,154). Sum of RGB (Red+Green+Blue) = 38+82+154=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #26529A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26529A is #D9AD65. Grayscale: #4C4C4C. Windows color (decimal): -14265702 or 10113574. OLE color: 10113574.
HSL color Cylindrical-coordinate representation of color #26529A: hue angle of 217.24º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26529A is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 82 | 154 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.40 |
| HSL | 217.24º | 0.6% | 0.38% | - |
| HSV(B) | 217.24º | 0.75% | 0.6% | - |
| XYZ | 9.65 | 8.78 | 31.76 | - |
| YUV | 77.05 | 171.42 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 82 | 154 | 0.75 | 0.47 | 0 | 0.40 | 217.24 | 0.6 | 0.38 |
| Hex | 26 | 52 | 9A | 4B | 2F | 0 | 28 | D9 | 3C | 26 |
| Octal | 46 | 122 | 232 | 113 | 57 | 0 | 50 | 331 | 74 | 46 |
| Binary | 100110 | 1010010 | 10011010 | 1001011 | 101111 | 0 | 101000 | 11011001 | 111100 | 100110 |
Color Harmonies of #26529A
Complementary color
Monochromatic Colors of #26529A
Black with #26529A
Text Example
Text Example
White with #26529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26529A; }
p { color: rgb(38,82,154); }
H1.HeaderClassName
{
color: #26529A;
}
.AnyTagClassName
{
color: #26529A;
}
</style>
background-color css
<style>
a { background-color: #26529A; }
a { background-color: rgb(38,82,154); }
div.DivClassName
{
background-color: #26529A;
}
.BgClassName
{
background-color: #26529A;
}
</style>
border-color css
<style>
span { border-color: #26529A; }
span { border-color: rgb(38,82,154); }
td.TdClassName
{
border-color: #26529A;
}
.TagClassName
{
border-color: #26529A;
}
</style>