Shades of Endeavour #256096
Tints of Endeavour #256096
RGB
CMYK
RGB Variations
Color information
#256096 (or 0x256096) is known color: Endeavour. HEX triplet: 25, 60 and 96. RGB value is (37,96,150). Sum of RGB (Red+Green+Blue) = 37+96+150=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #256096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256096 is #DA9F69. Grayscale: #545454. Windows color (decimal): -14327658 or 9855013. OLE color: 9855013.
HSL color Cylindrical-coordinate representation of color #256096: hue angle of 208.67º 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 #256096 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 96 | 150 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.41 |
| HSL | 208.67º | 0.6% | 0.37% | - |
| HSV(B) | 208.67º | 0.75% | 0.59% | - |
| XYZ | 10.45 | 10.96 | 30.42 | - |
| YUV | 84.52 | 164.95 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 150 | 0.75 | 0.36 | 0 | 0.41 | 208.67 | 0.6 | 0.37 |
| Hex | 25 | 60 | 96 | 4B | 24 | 0 | 29 | D1 | 3C | 25 |
| Octal | 45 | 140 | 226 | 113 | 44 | 0 | 51 | 321 | 74 | 45 |
| Binary | 100101 | 1100000 | 10010110 | 1001011 | 100100 | 0 | 101001 | 11010001 | 111100 | 100101 |
Color Harmonies of #256096
Complementary color
Monochromatic Colors of #256096
Black with #256096
Text Example
Text Example
White with #256096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256096; }
p { color: rgb(37,96,150); }
H1.HeaderClassName
{
color: #256096;
}
.AnyTagClassName
{
color: #256096;
}
</style>
background-color css
<style>
a { background-color: #256096; }
a { background-color: rgb(37,96,150); }
div.DivClassName
{
background-color: #256096;
}
.BgClassName
{
background-color: #256096;
}
</style>
border-color css
<style>
span { border-color: #256096; }
span { border-color: rgb(37,96,150); }
td.TdClassName
{
border-color: #256096;
}
.TagClassName
{
border-color: #256096;
}
</style>