Shades of Endeavour #26558C
Tints of Endeavour #26558C
RGB
CMYK
RGB Variations
Color information
#26558C (or 0x26558C) is known color: Endeavour. HEX triplet: 26, 55 and 8C. RGB value is (38,85,140). Sum of RGB (Red+Green+Blue) = 38+85+140=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #26558C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26558C is #D9AA73. Grayscale: #4C4C4C. Windows color (decimal): -14264948 or 9196838. OLE color: 9196838.
HSL color Cylindrical-coordinate representation of color #26558C: hue angle of 212.35º 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 #26558C is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 85 | 140 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.45 |
| HSL | 212.35º | 0.57% | 0.35% | - |
| HSV(B) | 212.35º | 0.73% | 0.55% | - |
| XYZ | 8.78 | 8.8 | 26.05 | - |
| YUV | 77.22 | 163.43 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 140 | 0.73 | 0.39 | 0 | 0.45 | 212.35 | 0.57 | 0.35 |
| Hex | 26 | 55 | 8C | 49 | 27 | 0 | 2D | D4 | 39 | 23 |
| Octal | 46 | 125 | 214 | 111 | 47 | 0 | 55 | 324 | 71 | 43 |
| Binary | 100110 | 1010101 | 10001100 | 1001001 | 100111 | 0 | 101101 | 11010100 | 111001 | 100011 |
Color Harmonies of #26558C
Complementary color
Monochromatic Colors of #26558C
Black with #26558C
Text Example
Text Example
White with #26558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26558C; }
p { color: rgb(38,85,140); }
H1.HeaderClassName
{
color: #26558C;
}
.AnyTagClassName
{
color: #26558C;
}
</style>
background-color css
<style>
a { background-color: #26558C; }
a { background-color: rgb(38,85,140); }
div.DivClassName
{
background-color: #26558C;
}
.BgClassName
{
background-color: #26558C;
}
</style>
border-color css
<style>
span { border-color: #26558C; }
span { border-color: rgb(38,85,140); }
td.TdClassName
{
border-color: #26558C;
}
.TagClassName
{
border-color: #26558C;
}
</style>