Shades of Endeavour #256299
Tints of Endeavour #256299
RGB
CMYK
RGB Variations
Color information
#256299 (or 0x256299) is known color: Endeavour. HEX triplet: 25, 62 and 99. RGB value is (37,98,153). Sum of RGB (Red+Green+Blue) = 37+98+153=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #256299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256299 is #DA9D66. Grayscale: #555555. Windows color (decimal): -14327143 or 10052133. OLE color: 10052133.
HSL color Cylindrical-coordinate representation of color #256299: hue angle of 208.45º 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 #256299 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 98 | 153 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.4 |
| HSL | 208.45º | 0.61% | 0.37% | - |
| HSV(B) | 208.45º | 0.76% | 0.6% | - |
| XYZ | 10.88 | 11.43 | 31.77 | - |
| YUV | 86.03 | 165.79 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 153 | 0.76 | 0.36 | 0 | 0.4 | 208.45 | 0.61 | 0.37 |
| Hex | 25 | 62 | 99 | 4C | 24 | 0 | 28 | D0 | 3D | 25 |
| Octal | 45 | 142 | 231 | 114 | 44 | 0 | 50 | 320 | 75 | 45 |
| Binary | 100101 | 1100010 | 10011001 | 1001100 | 100100 | 0 | 101000 | 11010000 | 111101 | 100101 |
Color Harmonies of #256299
Complementary color
Monochromatic Colors of #256299
Black with #256299
Text Example
Text Example
White with #256299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256299; }
p { color: rgb(37,98,153); }
H1.HeaderClassName
{
color: #256299;
}
.AnyTagClassName
{
color: #256299;
}
</style>
background-color css
<style>
a { background-color: #256299; }
a { background-color: rgb(37,98,153); }
div.DivClassName
{
background-color: #256299;
}
.BgClassName
{
background-color: #256299;
}
</style>
border-color css
<style>
span { border-color: #256299; }
span { border-color: rgb(37,98,153); }
td.TdClassName
{
border-color: #256299;
}
.TagClassName
{
border-color: #256299;
}
</style>