Shades of Endeavour #26558F
Tints of Endeavour #26558F
RGB
CMYK
RGB Variations
Color information
#26558F (or 0x26558F) is known color: Endeavour. HEX triplet: 26, 55 and 8F. RGB value is (38,85,143). Sum of RGB (Red+Green+Blue) = 38+85+143=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 143 (56.25% from 255 or 53.76% from 266); Max value from RGB is 143 - color contains mainly: blue. Hex color #26558F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26558F is #D9AA70. Grayscale: #4D4D4D. Windows color (decimal): -14264945 or 9393446. OLE color: 9393446.
HSL color Cylindrical-coordinate representation of color #26558F: hue angle of 213.14º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26558F is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 85 | 143 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.44 |
| HSL | 213.14º | 0.58% | 0.35% | - |
| HSV(B) | 213.14º | 0.73% | 0.56% | - |
| XYZ | 9.01 | 8.89 | 27.23 | - |
| YUV | 77.56 | 164.93 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 143 | 0.73 | 0.41 | 0 | 0.44 | 213.14 | 0.58 | 0.35 |
| Hex | 26 | 55 | 8F | 49 | 29 | 0 | 2C | D5 | 3A | 23 |
| Octal | 46 | 125 | 217 | 111 | 51 | 0 | 54 | 325 | 72 | 43 |
| Binary | 100110 | 1010101 | 10001111 | 1001001 | 101001 | 0 | 101100 | 11010101 | 111010 | 100011 |
Color Harmonies of #26558F
Complementary color
Monochromatic Colors of #26558F
Black with #26558F
Text Example
Text Example
White with #26558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26558F; }
p { color: rgb(38,85,143); }
H1.HeaderClassName
{
color: #26558F;
}
.AnyTagClassName
{
color: #26558F;
}
</style>
background-color css
<style>
a { background-color: #26558F; }
a { background-color: rgb(38,85,143); }
div.DivClassName
{
background-color: #26558F;
}
.BgClassName
{
background-color: #26558F;
}
</style>
border-color css
<style>
span { border-color: #26558F; }
span { border-color: rgb(38,85,143); }
td.TdClassName
{
border-color: #26558F;
}
.TagClassName
{
border-color: #26558F;
}
</style>