Shades of Endeavour #256197
Tints of Endeavour #256197
RGB
CMYK
RGB Variations
Color information
#256197 (or 0x256197) is known color: Endeavour. HEX triplet: 25, 61 and 97. RGB value is (37,97,151). Sum of RGB (Red+Green+Blue) = 37+97+151=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #256197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256197 is #DA9E68. Grayscale: #545454. Windows color (decimal): -14327401 or 9920805. OLE color: 9920805.
HSL color Cylindrical-coordinate representation of color #256197: hue angle of 208.42º 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 #256197 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 97 | 151 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.41 |
| HSL | 208.42º | 0.61% | 0.37% | - |
| HSV(B) | 208.42º | 0.75% | 0.59% | - |
| XYZ | 10.62 | 11.18 | 30.88 | - |
| YUV | 85.22 | 165.12 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 151 | 0.75 | 0.36 | 0 | 0.41 | 208.42 | 0.61 | 0.37 |
| Hex | 25 | 61 | 97 | 4B | 24 | 0 | 29 | D0 | 3D | 25 |
| Octal | 45 | 141 | 227 | 113 | 44 | 0 | 51 | 320 | 75 | 45 |
| Binary | 100101 | 1100001 | 10010111 | 1001011 | 100100 | 0 | 101001 | 11010000 | 111101 | 100101 |
Color Harmonies of #256197
Complementary color
Monochromatic Colors of #256197
Black with #256197
Text Example
Text Example
White with #256197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256197; }
p { color: rgb(37,97,151); }
H1.HeaderClassName
{
color: #256197;
}
.AnyTagClassName
{
color: #256197;
}
</style>
background-color css
<style>
a { background-color: #256197; }
a { background-color: rgb(37,97,151); }
div.DivClassName
{
background-color: #256197;
}
.BgClassName
{
background-color: #256197;
}
</style>
border-color css
<style>
span { border-color: #256197; }
span { border-color: rgb(37,97,151); }
td.TdClassName
{
border-color: #256197;
}
.TagClassName
{
border-color: #256197;
}
</style>