Shades of Endeavour #26648A
Tints of Endeavour #26648A
RGB
CMYK
RGB Variations
Color information
#26648A (or 0x26648A) is known color: Endeavour. HEX triplet: 26, 64 and 8A. RGB value is (38,100,138). Sum of RGB (Red+Green+Blue) = 38+100+138=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #26648A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26648A is #D99B75. Grayscale: #555555. Windows color (decimal): -14261110 or 9069606. OLE color: 9069606.
HSL color Cylindrical-coordinate representation of color #26648A: hue angle of 202.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 #26648A is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 100 | 138 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.46 |
| HSL | 202.8º | 0.57% | 0.35% | - |
| HSV(B) | 202.8º | 0.72% | 0.54% | - |
| XYZ | 9.94 | 11.36 | 25.71 | - |
| YUV | 85.79 | 157.46 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 100 | 138 | 0.72 | 0.28 | 0 | 0.46 | 202.8 | 0.57 | 0.35 |
| Hex | 26 | 64 | 8A | 48 | 1C | 0 | 2E | CB | 39 | 23 |
| Octal | 46 | 144 | 212 | 110 | 34 | 0 | 56 | 313 | 71 | 43 |
| Binary | 100110 | 1100100 | 10001010 | 1001000 | 11100 | 0 | 101110 | 11001011 | 111001 | 100011 |
Color Harmonies of #26648A
Complementary color
Monochromatic Colors of #26648A
Black with #26648A
Text Example
Text Example
White with #26648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26648A; }
p { color: rgb(38,100,138); }
H1.HeaderClassName
{
color: #26648A;
}
.AnyTagClassName
{
color: #26648A;
}
</style>
background-color css
<style>
a { background-color: #26648A; }
a { background-color: rgb(38,100,138); }
div.DivClassName
{
background-color: #26648A;
}
.BgClassName
{
background-color: #26648A;
}
</style>
border-color css
<style>
span { border-color: #26648A; }
span { border-color: rgb(38,100,138); }
td.TdClassName
{
border-color: #26648A;
}
.TagClassName
{
border-color: #26648A;
}
</style>