Shades of Endeavour #26568F
Tints of Endeavour #26568F
RGB
CMYK
RGB Variations
Color information
#26568F (or 0x26568F) is known color: Endeavour. HEX triplet: 26, 56 and 8F. RGB value is (38,86,143). Sum of RGB (Red+Green+Blue) = 38+86+143=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #26568F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26568F is #D9A970. Grayscale: #4D4D4D. Windows color (decimal): -14264689 or 9393702. OLE color: 9393702.
HSL color Cylindrical-coordinate representation of color #26568F: hue angle of 212.57º 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 #26568F is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 38 | 86 | 143 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.44 |
| HSL | 212.57º | 0.58% | 0.35% | - |
| HSV(B) | 212.57º | 0.73% | 0.56% | - |
| XYZ | 9.09 | 9.05 | 27.25 | - |
| YUV | 78.15 | 164.6 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 86 | 143 | 0.73 | 0.40 | 0 | 0.44 | 212.57 | 0.58 | 0.35 |
| Hex | 26 | 56 | 8F | 49 | 28 | 0 | 2C | D5 | 3A | 23 |
| Octal | 46 | 126 | 217 | 111 | 50 | 0 | 54 | 325 | 72 | 43 |
| Binary | 100110 | 1010110 | 10001111 | 1001001 | 101000 | 0 | 101100 | 11010101 | 111010 | 100011 |
Color Harmonies of #26568F
Complementary color
Monochromatic Colors of #26568F
Black with #26568F
Text Example
Text Example
White with #26568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26568F; }
p { color: rgb(38,86,143); }
H1.HeaderClassName
{
color: #26568F;
}
.AnyTagClassName
{
color: #26568F;
}
</style>
background-color css
<style>
a { background-color: #26568F; }
a { background-color: rgb(38,86,143); }
div.DivClassName
{
background-color: #26568F;
}
.BgClassName
{
background-color: #26568F;
}
</style>
border-color css
<style>
span { border-color: #26568F; }
span { border-color: rgb(38,86,143); }
td.TdClassName
{
border-color: #26568F;
}
.TagClassName
{
border-color: #26568F;
}
</style>