Shades of Endeavour #265396
Tints of Endeavour #265396
RGB
CMYK
RGB Variations
Color information
#265396 (or 0x265396) is known color: Endeavour. HEX triplet: 26, 53 and 96. RGB value is (38,83,150). Sum of RGB (Red+Green+Blue) = 38+83+150=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #265396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265396 is #D9AC69. Grayscale: #4C4C4C. Windows color (decimal): -14265450 or 9851686. OLE color: 9851686.
HSL color Cylindrical-coordinate representation of color #265396: hue angle of 215.89º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #265396 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 38 | 83 | 150 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.41 |
| HSL | 215.89º | 0.6% | 0.37% | - |
| HSV(B) | 215.89º | 0.75% | 0.59% | - |
| XYZ | 9.4 | 8.8 | 30.06 | - |
| YUV | 77.18 | 169.09 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 83 | 150 | 0.75 | 0.45 | 0 | 0.41 | 215.89 | 0.6 | 0.37 |
| Hex | 26 | 53 | 96 | 4B | 2D | 0 | 29 | D8 | 3C | 25 |
| Octal | 46 | 123 | 226 | 113 | 55 | 0 | 51 | 330 | 74 | 45 |
| Binary | 100110 | 1010011 | 10010110 | 1001011 | 101101 | 0 | 101001 | 11011000 | 111100 | 100101 |
Color Harmonies of #265396
Complementary color
Monochromatic Colors of #265396
Black with #265396
Text Example
Text Example
White with #265396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265396; }
p { color: rgb(38,83,150); }
H1.HeaderClassName
{
color: #265396;
}
.AnyTagClassName
{
color: #265396;
}
</style>
background-color css
<style>
a { background-color: #265396; }
a { background-color: rgb(38,83,150); }
div.DivClassName
{
background-color: #265396;
}
.BgClassName
{
background-color: #265396;
}
</style>
border-color css
<style>
span { border-color: #265396; }
span { border-color: rgb(38,83,150); }
td.TdClassName
{
border-color: #265396;
}
.TagClassName
{
border-color: #265396;
}
</style>