Shades of Endeavour #26558A
Tints of Endeavour #26558A
RGB
CMYK
RGB Variations
Color information
#26558A (or 0x26558A) is known color: Endeavour. HEX triplet: 26, 55 and 8A. RGB value is (38,85,138). Sum of RGB (Red+Green+Blue) = 38+85+138=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #26558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26558A is #D9AA75. Grayscale: #4C4C4C. Windows color (decimal): -14264950 or 9065766. OLE color: 9065766.
HSL color Cylindrical-coordinate representation of color #26558A: hue angle of 211.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26558A is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 85 | 138 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.46 |
| HSL | 211.8º | 0.57% | 0.35% | - |
| HSV(B) | 211.8º | 0.72% | 0.54% | - |
| XYZ | 8.64 | 8.74 | 25.28 | - |
| YUV | 76.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 85 | 138 | 0.72 | 0.38 | 0 | 0.46 | 211.8 | 0.57 | 0.35 |
| Hex | 26 | 55 | 8A | 48 | 26 | 0 | 2E | D4 | 39 | 23 |
| Octal | 46 | 125 | 212 | 110 | 46 | 0 | 56 | 324 | 71 | 43 |
| Binary | 100110 | 1010101 | 10001010 | 1001000 | 100110 | 0 | 101110 | 11010100 | 111001 | 100011 |
Color Harmonies of #26558A
Complementary color
Monochromatic Colors of #26558A
Black with #26558A
Text Example
Text Example
White with #26558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26558A; }
p { color: rgb(38,85,138); }
H1.HeaderClassName
{
color: #26558A;
}
.AnyTagClassName
{
color: #26558A;
}
</style>
background-color css
<style>
a { background-color: #26558A; }
a { background-color: rgb(38,85,138); }
div.DivClassName
{
background-color: #26558A;
}
.BgClassName
{
background-color: #26558A;
}
</style>
border-color css
<style>
span { border-color: #26558A; }
span { border-color: rgb(38,85,138); }
td.TdClassName
{
border-color: #26558A;
}
.TagClassName
{
border-color: #26558A;
}
</style>