Shades of Endeavour #256297
Tints of Endeavour #256297
RGB
CMYK
RGB Variations
Color information
#256297 (or 0x256297) is known color: Endeavour. HEX triplet: 25, 62 and 97. RGB value is (37,98,151). Sum of RGB (Red+Green+Blue) = 37+98+151=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #256297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256297 is #DA9D68. Grayscale: #555555. Windows color (decimal): -14327145 or 9921061. OLE color: 9921061.
HSL color Cylindrical-coordinate representation of color #256297: hue angle of 207.89º degrees, saturation: 0.61, 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 #256297 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 98 | 151 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.41 |
| HSL | 207.89º | 0.61% | 0.37% | - |
| HSV(B) | 207.89º | 0.75% | 0.59% | - |
| XYZ | 10.72 | 11.36 | 30.91 | - |
| YUV | 85.8 | 164.79 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 151 | 0.75 | 0.35 | 0 | 0.41 | 207.89 | 0.61 | 0.37 |
| Hex | 25 | 62 | 97 | 4B | 23 | 0 | 29 | D0 | 3D | 25 |
| Octal | 45 | 142 | 227 | 113 | 43 | 0 | 51 | 320 | 75 | 45 |
| Binary | 100101 | 1100010 | 10010111 | 1001011 | 100011 | 0 | 101001 | 11010000 | 111101 | 100101 |
Color Harmonies of #256297
Complementary color
Monochromatic Colors of #256297
Black with #256297
Text Example
Text Example
White with #256297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256297; }
p { color: rgb(37,98,151); }
H1.HeaderClassName
{
color: #256297;
}
.AnyTagClassName
{
color: #256297;
}
</style>
background-color css
<style>
a { background-color: #256297; }
a { background-color: rgb(37,98,151); }
div.DivClassName
{
background-color: #256297;
}
.BgClassName
{
background-color: #256297;
}
</style>
border-color css
<style>
span { border-color: #256297; }
span { border-color: rgb(37,98,151); }
td.TdClassName
{
border-color: #256297;
}
.TagClassName
{
border-color: #256297;
}
</style>