Shades of Endeavour #255190
Tints of Endeavour #255190
RGB
CMYK
RGB Variations
Color information
#255190 (or 0x255190) is known color: Endeavour. HEX triplet: 25, 51 and 90. RGB value is (37,81,144). Sum of RGB (Red+Green+Blue) = 37+81+144=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #255190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255190 is #DAAE6F. Grayscale: #4A4A4A. Windows color (decimal): -14331504 or 9457957. OLE color: 9457957.
HSL color Cylindrical-coordinate representation of color #255190: hue angle of 215.33º 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 #255190 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 81 | 144 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.44 |
| HSL | 215.33º | 0.59% | 0.35% | - |
| HSV(B) | 215.33º | 0.74% | 0.56% | - |
| XYZ | 8.74 | 8.29 | 27.53 | - |
| YUV | 75.03 | 166.92 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 144 | 0.74 | 0.44 | 0 | 0.44 | 215.33 | 0.59 | 0.35 |
| Hex | 25 | 51 | 90 | 4A | 2C | 0 | 2C | D7 | 3B | 23 |
| Octal | 45 | 121 | 220 | 112 | 54 | 0 | 54 | 327 | 73 | 43 |
| Binary | 100101 | 1010001 | 10010000 | 1001010 | 101100 | 0 | 101100 | 11010111 | 111011 | 100011 |
Color Harmonies of #255190
Complementary color
Monochromatic Colors of #255190
Black with #255190
Text Example
Text Example
White with #255190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255190; }
p { color: rgb(37,81,144); }
H1.HeaderClassName
{
color: #255190;
}
.AnyTagClassName
{
color: #255190;
}
</style>
background-color css
<style>
a { background-color: #255190; }
a { background-color: rgb(37,81,144); }
div.DivClassName
{
background-color: #255190;
}
.BgClassName
{
background-color: #255190;
}
</style>
border-color css
<style>
span { border-color: #255190; }
span { border-color: rgb(37,81,144); }
td.TdClassName
{
border-color: #255190;
}
.TagClassName
{
border-color: #255190;
}
</style>