Shades of Endeavour #256099
Tints of Endeavour #256099
RGB
CMYK
RGB Variations
Color information
#256099 (or 0x256099) is known color: Endeavour. HEX triplet: 25, 60 and 99. RGB value is (37,96,153). Sum of RGB (Red+Green+Blue) = 37+96+153=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #256099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256099 is #DA9F66. Grayscale: #545454. Windows color (decimal): -14327655 or 10051621. OLE color: 10051621.
HSL color Cylindrical-coordinate representation of color #256099: hue angle of 209.48º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #256099 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 96 | 153 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.4 |
| HSL | 209.48º | 0.61% | 0.37% | - |
| HSV(B) | 209.48º | 0.76% | 0.6% | - |
| XYZ | 10.7 | 11.06 | 31.71 | - |
| YUV | 84.86 | 166.45 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 153 | 0.76 | 0.37 | 0 | 0.4 | 209.48 | 0.61 | 0.37 |
| Hex | 25 | 60 | 99 | 4C | 25 | 0 | 28 | D1 | 3D | 25 |
| Octal | 45 | 140 | 231 | 114 | 45 | 0 | 50 | 321 | 75 | 45 |
| Binary | 100101 | 1100000 | 10011001 | 1001100 | 100101 | 0 | 101000 | 11010001 | 111101 | 100101 |
Color Harmonies of #256099
Complementary color
Monochromatic Colors of #256099
Black with #256099
Text Example
Text Example
White with #256099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256099; }
p { color: rgb(37,96,153); }
H1.HeaderClassName
{
color: #256099;
}
.AnyTagClassName
{
color: #256099;
}
</style>
background-color css
<style>
a { background-color: #256099; }
a { background-color: rgb(37,96,153); }
div.DivClassName
{
background-color: #256099;
}
.BgClassName
{
background-color: #256099;
}
</style>
border-color css
<style>
span { border-color: #256099; }
span { border-color: rgb(37,96,153); }
td.TdClassName
{
border-color: #256099;
}
.TagClassName
{
border-color: #256099;
}
</style>