Shades of Endeavour #256191
Tints of Endeavour #256191
RGB
CMYK
RGB Variations
Color information
#256191 (or 0x256191) is known color: Endeavour. HEX triplet: 25, 61 and 91. RGB value is (37,97,145). Sum of RGB (Red+Green+Blue) = 37+97+145=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #256191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256191 is #DA9E6E. Grayscale: #545454. Windows color (decimal): -14327407 or 9527589. OLE color: 9527589.
HSL color Cylindrical-coordinate representation of color #256191: hue angle of 206.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #256191 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 97 | 145 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.43 |
| HSL | 206.67º | 0.59% | 0.36% | - |
| HSV(B) | 206.67º | 0.74% | 0.57% | - |
| XYZ | 10.15 | 10.99 | 28.37 | - |
| YUV | 84.53 | 162.12 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 145 | 0.74 | 0.33 | 0 | 0.43 | 206.67 | 0.59 | 0.36 |
| Hex | 25 | 61 | 91 | 4A | 21 | 0 | 2B | CF | 3B | 24 |
| Octal | 45 | 141 | 221 | 112 | 41 | 0 | 53 | 317 | 73 | 44 |
| Binary | 100101 | 1100001 | 10010001 | 1001010 | 100001 | 0 | 101011 | 11001111 | 111011 | 100100 |
Color Harmonies of #256191
Complementary color
Monochromatic Colors of #256191
Black with #256191
Text Example
Text Example
White with #256191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256191; }
p { color: rgb(37,97,145); }
H1.HeaderClassName
{
color: #256191;
}
.AnyTagClassName
{
color: #256191;
}
</style>
background-color css
<style>
a { background-color: #256191; }
a { background-color: rgb(37,97,145); }
div.DivClassName
{
background-color: #256191;
}
.BgClassName
{
background-color: #256191;
}
</style>
border-color css
<style>
span { border-color: #256191; }
span { border-color: rgb(37,97,145); }
td.TdClassName
{
border-color: #256191;
}
.TagClassName
{
border-color: #256191;
}
</style>