Shades of Endeavour #26638D
Tints of Endeavour #26638D
RGB
CMYK
RGB Variations
Color information
#26638D (or 0x26638D) is known color: Endeavour. HEX triplet: 26, 63 and 8D. RGB value is (38,99,141). Sum of RGB (Red+Green+Blue) = 38+99+141=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #26638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26638D is #D99C72. Grayscale: #555555. Windows color (decimal): -14261363 or 9265958. OLE color: 9265958.
HSL color Cylindrical-coordinate representation of color #26638D: hue angle of 204.47º degrees, saturation: 0.58, 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 #26638D is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 38 | 99 | 141 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.45 |
| HSL | 204.47º | 0.58% | 0.35% | - |
| HSV(B) | 204.47º | 0.73% | 0.55% | - |
| XYZ | 10.07 | 11.26 | 26.84 | - |
| YUV | 85.55 | 159.29 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 99 | 141 | 0.73 | 0.30 | 0 | 0.45 | 204.47 | 0.58 | 0.35 |
| Hex | 26 | 63 | 8D | 49 | 1E | 0 | 2D | CC | 3A | 23 |
| Octal | 46 | 143 | 215 | 111 | 36 | 0 | 55 | 314 | 72 | 43 |
| Binary | 100110 | 1100011 | 10001101 | 1001001 | 11110 | 0 | 101101 | 11001100 | 111010 | 100011 |
Color Harmonies of #26638D
Complementary color
Monochromatic Colors of #26638D
Black with #26638D
Text Example
Text Example
White with #26638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26638D; }
p { color: rgb(38,99,141); }
H1.HeaderClassName
{
color: #26638D;
}
.AnyTagClassName
{
color: #26638D;
}
</style>
background-color css
<style>
a { background-color: #26638D; }
a { background-color: rgb(38,99,141); }
div.DivClassName
{
background-color: #26638D;
}
.BgClassName
{
background-color: #26638D;
}
</style>
border-color css
<style>
span { border-color: #26638D; }
span { border-color: rgb(38,99,141); }
td.TdClassName
{
border-color: #26638D;
}
.TagClassName
{
border-color: #26638D;
}
</style>