Shades of Endeavour #255096
Tints of Endeavour #255096
RGB
CMYK
RGB Variations
Color information
#255096 (or 0x255096) is known color: Endeavour. HEX triplet: 25, 50 and 96. RGB value is (37,80,150). Sum of RGB (Red+Green+Blue) = 37+80+150=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #255096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255096 is #DAAF69. Grayscale: #4A4A4A. Windows color (decimal): -14331754 or 9850917. OLE color: 9850917.
HSL color Cylindrical-coordinate representation of color #255096: hue angle of 217.17º 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 #255096 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 80 | 150 | - |
| CMYK | 0.75 | 0.47 | 0 | 0.41 |
| HSL | 217.17º | 0.6% | 0.37% | - |
| HSV(B) | 217.17º | 0.75% | 0.59% | - |
| XYZ | 9.14 | 8.33 | 29.98 | - |
| YUV | 75.12 | 170.25 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 150 | 0.75 | 0.47 | 0 | 0.41 | 217.17 | 0.6 | 0.37 |
| Hex | 25 | 50 | 96 | 4B | 2F | 0 | 29 | D9 | 3C | 25 |
| Octal | 45 | 120 | 226 | 113 | 57 | 0 | 51 | 331 | 74 | 45 |
| Binary | 100101 | 1010000 | 10010110 | 1001011 | 101111 | 0 | 101001 | 11011001 | 111100 | 100101 |
Color Harmonies of #255096
Complementary color
Monochromatic Colors of #255096
Black with #255096
Text Example
Text Example
White with #255096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255096; }
p { color: rgb(37,80,150); }
H1.HeaderClassName
{
color: #255096;
}
.AnyTagClassName
{
color: #255096;
}
</style>
background-color css
<style>
a { background-color: #255096; }
a { background-color: rgb(37,80,150); }
div.DivClassName
{
background-color: #255096;
}
.BgClassName
{
background-color: #255096;
}
</style>
border-color css
<style>
span { border-color: #255096; }
span { border-color: rgb(37,80,150); }
td.TdClassName
{
border-color: #255096;
}
.TagClassName
{
border-color: #255096;
}
</style>