Shades of Endeavour #255590
Tints of Endeavour #255590
RGB
CMYK
RGB Variations
Color information
#255590 (or 0x255590) is known color: Endeavour. HEX triplet: 25, 55 and 90. RGB value is (37,85,144). Sum of RGB (Red+Green+Blue) = 37+85+144=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #255590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255590 is #DAAA6F. Grayscale: #4D4D4D. Windows color (decimal): -14330480 or 9458981. OLE color: 9458981.
HSL color Cylindrical-coordinate representation of color #255590: hue angle of 213.08º 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 #255590 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 85 | 144 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.44 |
| HSL | 213.08º | 0.59% | 0.35% | - |
| HSV(B) | 213.08º | 0.74% | 0.56% | - |
| XYZ | 9.05 | 8.9 | 27.63 | - |
| YUV | 77.37 | 165.6 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 85 | 144 | 0.74 | 0.41 | 0 | 0.44 | 213.08 | 0.59 | 0.35 |
| Hex | 25 | 55 | 90 | 4A | 29 | 0 | 2C | D5 | 3B | 23 |
| Octal | 45 | 125 | 220 | 112 | 51 | 0 | 54 | 325 | 73 | 43 |
| Binary | 100101 | 1010101 | 10010000 | 1001010 | 101001 | 0 | 101100 | 11010101 | 111011 | 100011 |
Color Harmonies of #255590
Complementary color
Monochromatic Colors of #255590
Black with #255590
Text Example
Text Example
White with #255590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255590; }
p { color: rgb(37,85,144); }
H1.HeaderClassName
{
color: #255590;
}
.AnyTagClassName
{
color: #255590;
}
</style>
background-color css
<style>
a { background-color: #255590; }
a { background-color: rgb(37,85,144); }
div.DivClassName
{
background-color: #255590;
}
.BgClassName
{
background-color: #255590;
}
</style>
border-color css
<style>
span { border-color: #255590; }
span { border-color: rgb(37,85,144); }
td.TdClassName
{
border-color: #255590;
}
.TagClassName
{
border-color: #255590;
}
</style>