Shades of Endeavour #256190
Tints of Endeavour #256190
RGB
CMYK
RGB Variations
Color information
#256190 (or 0x256190) is known color: Endeavour. HEX triplet: 25, 61 and 90. RGB value is (37,97,144). Sum of RGB (Red+Green+Blue) = 37+97+144=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #256190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256190 is #DA9E6F. Grayscale: #545454. Windows color (decimal): -14327408 or 9462053. OLE color: 9462053.
HSL color Cylindrical-coordinate representation of color #256190: hue angle of 206.36º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #256190 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 97 | 144 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.44 |
| HSL | 206.36º | 0.59% | 0.35% | - |
| HSV(B) | 206.36º | 0.74% | 0.56% | - |
| XYZ | 10.07 | 10.96 | 27.97 | - |
| YUV | 84.42 | 161.62 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 144 | 0.74 | 0.33 | 0 | 0.44 | 206.36 | 0.59 | 0.35 |
| Hex | 25 | 61 | 90 | 4A | 21 | 0 | 2C | CE | 3B | 23 |
| Octal | 45 | 141 | 220 | 112 | 41 | 0 | 54 | 316 | 73 | 43 |
| Binary | 100101 | 1100001 | 10010000 | 1001010 | 100001 | 0 | 101100 | 11001110 | 111011 | 100011 |
Color Harmonies of #256190
Complementary color
Monochromatic Colors of #256190
Black with #256190
Text Example
Text Example
White with #256190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256190; }
p { color: rgb(37,97,144); }
H1.HeaderClassName
{
color: #256190;
}
.AnyTagClassName
{
color: #256190;
}
</style>
background-color css
<style>
a { background-color: #256190; }
a { background-color: rgb(37,97,144); }
div.DivClassName
{
background-color: #256190;
}
.BgClassName
{
background-color: #256190;
}
</style>
border-color css
<style>
span { border-color: #256190; }
span { border-color: rgb(37,97,144); }
td.TdClassName
{
border-color: #256190;
}
.TagClassName
{
border-color: #256190;
}
</style>