Shades of Endeavour #26678E
Tints of Endeavour #26678E
RGB
CMYK
RGB Variations
Color information
#26678E (or 0x26678E) is known color: Endeavour. HEX triplet: 26, 67 and 8E. RGB value is (38,103,142). Sum of RGB (Red+Green+Blue) = 38+103+142=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #26678E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26678E is #D99871. Grayscale: #575757. Windows color (decimal): -14260338 or 9332518. OLE color: 9332518.
HSL color Cylindrical-coordinate representation of color #26678E: hue angle of 202.5º 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 #26678E is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 103 | 142 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.44 |
| HSL | 202.5º | 0.58% | 0.35% | - |
| HSV(B) | 202.5º | 0.73% | 0.56% | - |
| XYZ | 10.53 | 12.07 | 27.36 | - |
| YUV | 88.01 | 158.47 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 103 | 142 | 0.73 | 0.27 | 0 | 0.44 | 202.5 | 0.58 | 0.35 |
| Hex | 26 | 67 | 8E | 49 | 1B | 0 | 2C | CA | 3A | 23 |
| Octal | 46 | 147 | 216 | 111 | 33 | 0 | 54 | 312 | 72 | 43 |
| Binary | 100110 | 1100111 | 10001110 | 1001001 | 11011 | 0 | 101100 | 11001010 | 111010 | 100011 |
Color Harmonies of #26678E
Complementary color
Monochromatic Colors of #26678E
Black with #26678E
Text Example
Text Example
White with #26678E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26678E; }
p { color: rgb(38,103,142); }
H1.HeaderClassName
{
color: #26678E;
}
.AnyTagClassName
{
color: #26678E;
}
</style>
background-color css
<style>
a { background-color: #26678E; }
a { background-color: rgb(38,103,142); }
div.DivClassName
{
background-color: #26678E;
}
.BgClassName
{
background-color: #26678E;
}
</style>
border-color css
<style>
span { border-color: #26678E; }
span { border-color: rgb(38,103,142); }
td.TdClassName
{
border-color: #26678E;
}
.TagClassName
{
border-color: #26678E;
}
</style>