Shades of Endeavour #265898
Tints of Endeavour #265898
RGB
CMYK
RGB Variations
Color information
#265898 (or 0x265898) is known color: Endeavour. HEX triplet: 26, 58 and 98. RGB value is (38,88,152). Sum of RGB (Red+Green+Blue) = 38+88+152=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #265898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265898 is #D9A767. Grayscale: #505050. Windows color (decimal): -14264168 or 9984038. OLE color: 9984038.
HSL color Cylindrical-coordinate representation of color #265898: hue angle of 213.68º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #265898 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 88 | 152 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.40 |
| HSL | 213.68º | 0.6% | 0.37% | - |
| HSV(B) | 213.68º | 0.75% | 0.6% | - |
| XYZ | 9.96 | 9.66 | 31.05 | - |
| YUV | 80.35 | 168.44 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 152 | 0.75 | 0.42 | 0 | 0.40 | 213.68 | 0.6 | 0.37 |
| Hex | 26 | 58 | 98 | 4B | 2A | 0 | 28 | D6 | 3C | 25 |
| Octal | 46 | 130 | 230 | 113 | 52 | 0 | 50 | 326 | 74 | 45 |
| Binary | 100110 | 1011000 | 10011000 | 1001011 | 101010 | 0 | 101000 | 11010110 | 111100 | 100101 |
Color Harmonies of #265898
Complementary color
Monochromatic Colors of #265898
Black with #265898
Text Example
Text Example
White with #265898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265898; }
p { color: rgb(38,88,152); }
H1.HeaderClassName
{
color: #265898;
}
.AnyTagClassName
{
color: #265898;
}
</style>
background-color css
<style>
a { background-color: #265898; }
a { background-color: rgb(38,88,152); }
div.DivClassName
{
background-color: #265898;
}
.BgClassName
{
background-color: #265898;
}
</style>
border-color css
<style>
span { border-color: #265898; }
span { border-color: rgb(38,88,152); }
td.TdClassName
{
border-color: #265898;
}
.TagClassName
{
border-color: #265898;
}
</style>