Shades of Endeavour #26539C
Tints of Endeavour #26539C
RGB
CMYK
RGB Variations
Color information
#26539C (or 0x26539C) is known color: Endeavour. HEX triplet: 26, 53 and 9C. RGB value is (38,83,156). Sum of RGB (Red+Green+Blue) = 38+83+156=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #26539C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26539C is #D9AC63. Grayscale: #4D4D4D. Windows color (decimal): -14265444 or 10244902. OLE color: 10244902.
HSL color Cylindrical-coordinate representation of color #26539C: hue angle of 217.12º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26539C is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 83 | 156 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.39 |
| HSL | 217.12º | 0.61% | 0.38% | - |
| HSV(B) | 217.12º | 0.76% | 0.61% | - |
| XYZ | 9.89 | 9 | 32.67 | - |
| YUV | 77.87 | 172.09 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 156 | 0.76 | 0.47 | 0 | 0.39 | 217.12 | 0.61 | 0.38 |
| Hex | 26 | 53 | 9C | 4C | 2F | 0 | 27 | D9 | 3D | 26 |
| Octal | 46 | 123 | 234 | 114 | 57 | 0 | 47 | 331 | 75 | 46 |
| Binary | 100110 | 1010011 | 10011100 | 1001100 | 101111 | 0 | 100111 | 11011001 | 111101 | 100110 |
Color Harmonies of #26539C
Complementary color
Monochromatic Colors of #26539C
Black with #26539C
Text Example
Text Example
White with #26539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26539C; }
p { color: rgb(38,83,156); }
H1.HeaderClassName
{
color: #26539C;
}
.AnyTagClassName
{
color: #26539C;
}
</style>
background-color css
<style>
a { background-color: #26539C; }
a { background-color: rgb(38,83,156); }
div.DivClassName
{
background-color: #26539C;
}
.BgClassName
{
background-color: #26539C;
}
</style>
border-color css
<style>
span { border-color: #26539C; }
span { border-color: rgb(38,83,156); }
td.TdClassName
{
border-color: #26539C;
}
.TagClassName
{
border-color: #26539C;
}
</style>