Shades of Endeavour #256291
Tints of Endeavour #256291
RGB
CMYK
RGB Variations
Color information
#256291 (or 0x256291) is known color: Endeavour. HEX triplet: 25, 62 and 91. RGB value is (37,98,145). Sum of RGB (Red+Green+Blue) = 37+98+145=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #256291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256291 is #DA9D6E. Grayscale: #545454. Windows color (decimal): -14327151 or 9527845. OLE color: 9527845.
HSL color Cylindrical-coordinate representation of color #256291: hue angle of 206.11º 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 #256291 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 98 | 145 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.43 |
| HSL | 206.11º | 0.59% | 0.36% | - |
| HSV(B) | 206.11º | 0.74% | 0.57% | - |
| XYZ | 10.24 | 11.17 | 28.4 | - |
| YUV | 85.12 | 161.79 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 145 | 0.74 | 0.32 | 0 | 0.43 | 206.11 | 0.59 | 0.36 |
| Hex | 25 | 62 | 91 | 4A | 20 | 0 | 2B | CE | 3B | 24 |
| Octal | 45 | 142 | 221 | 112 | 40 | 0 | 53 | 316 | 73 | 44 |
| Binary | 100101 | 1100010 | 10010001 | 1001010 | 100000 | 0 | 101011 | 11001110 | 111011 | 100100 |
Color Harmonies of #256291
Complementary color
Monochromatic Colors of #256291
Black with #256291
Text Example
Text Example
White with #256291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256291; }
p { color: rgb(37,98,145); }
H1.HeaderClassName
{
color: #256291;
}
.AnyTagClassName
{
color: #256291;
}
</style>
background-color css
<style>
a { background-color: #256291; }
a { background-color: rgb(37,98,145); }
div.DivClassName
{
background-color: #256291;
}
.BgClassName
{
background-color: #256291;
}
</style>
border-color css
<style>
span { border-color: #256291; }
span { border-color: rgb(37,98,145); }
td.TdClassName
{
border-color: #256291;
}
.TagClassName
{
border-color: #256291;
}
</style>