Shades of Endeavour #26628F
Tints of Endeavour #26628F
RGB
CMYK
RGB Variations
Color information
#26628F (or 0x26628F) is known color: Endeavour. HEX triplet: 26, 62 and 8F. RGB value is (38,98,143). Sum of RGB (Red+Green+Blue) = 38+98+143=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #26628F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26628F is #D99D70. Grayscale: #545454. Windows color (decimal): -14261617 or 9396774. OLE color: 9396774.
HSL color Cylindrical-coordinate representation of color #26628F: hue angle of 205.71º 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 #26628F is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 98 | 143 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.44 |
| HSL | 205.71º | 0.58% | 0.35% | - |
| HSV(B) | 205.71º | 0.73% | 0.56% | - |
| XYZ | 10.12 | 11.13 | 27.6 | - |
| YUV | 85.19 | 160.62 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 143 | 0.73 | 0.31 | 0 | 0.44 | 205.71 | 0.58 | 0.35 |
| Hex | 26 | 62 | 8F | 49 | 1F | 0 | 2C | CE | 3A | 23 |
| Octal | 46 | 142 | 217 | 111 | 37 | 0 | 54 | 316 | 72 | 43 |
| Binary | 100110 | 1100010 | 10001111 | 1001001 | 11111 | 0 | 101100 | 11001110 | 111010 | 100011 |
Color Harmonies of #26628F
Complementary color
Monochromatic Colors of #26628F
Black with #26628F
Text Example
Text Example
White with #26628F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26628F; }
p { color: rgb(38,98,143); }
H1.HeaderClassName
{
color: #26628F;
}
.AnyTagClassName
{
color: #26628F;
}
</style>
background-color css
<style>
a { background-color: #26628F; }
a { background-color: rgb(38,98,143); }
div.DivClassName
{
background-color: #26628F;
}
.BgClassName
{
background-color: #26628F;
}
</style>
border-color css
<style>
span { border-color: #26628F; }
span { border-color: rgb(38,98,143); }
td.TdClassName
{
border-color: #26628F;
}
.TagClassName
{
border-color: #26628F;
}
</style>