Shades of Endeavour #256199
Tints of Endeavour #256199
RGB
CMYK
RGB Variations
Color information
#256199 (or 0x256199) is known color: Endeavour. HEX triplet: 25, 61 and 99. RGB value is (37,97,153). Sum of RGB (Red+Green+Blue) = 37+97+153=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #256199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256199 is #DA9E66. Grayscale: #555555. Windows color (decimal): -14327399 or 10051877. OLE color: 10051877.
HSL color Cylindrical-coordinate representation of color #256199: hue angle of 208.97º 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 #256199 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 97 | 153 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.4 |
| HSL | 208.97º | 0.61% | 0.37% | - |
| HSV(B) | 208.97º | 0.76% | 0.6% | - |
| XYZ | 10.79 | 11.24 | 31.74 | - |
| YUV | 85.44 | 166.12 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 153 | 0.76 | 0.37 | 0 | 0.4 | 208.97 | 0.61 | 0.37 |
| Hex | 25 | 61 | 99 | 4C | 25 | 0 | 28 | D1 | 3D | 25 |
| Octal | 45 | 141 | 231 | 114 | 45 | 0 | 50 | 321 | 75 | 45 |
| Binary | 100101 | 1100001 | 10011001 | 1001100 | 100101 | 0 | 101000 | 11010001 | 111101 | 100101 |
Color Harmonies of #256199
Complementary color
Monochromatic Colors of #256199
Black with #256199
Text Example
Text Example
White with #256199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256199; }
p { color: rgb(37,97,153); }
H1.HeaderClassName
{
color: #256199;
}
.AnyTagClassName
{
color: #256199;
}
</style>
background-color css
<style>
a { background-color: #256199; }
a { background-color: rgb(37,97,153); }
div.DivClassName
{
background-color: #256199;
}
.BgClassName
{
background-color: #256199;
}
</style>
border-color css
<style>
span { border-color: #256199; }
span { border-color: rgb(37,97,153); }
td.TdClassName
{
border-color: #256199;
}
.TagClassName
{
border-color: #256199;
}
</style>