Shades of Endeavour #255290
Tints of Endeavour #255290
RGB
CMYK
RGB Variations
Color information
#255290 (or 0x255290) is known color: Endeavour. HEX triplet: 25, 52 and 90. RGB value is (37,82,144). Sum of RGB (Red+Green+Blue) = 37+82+144=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #255290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255290 is #DAAD6F. Grayscale: #4B4B4B. Windows color (decimal): -14331248 or 9458213. OLE color: 9458213.
HSL color Cylindrical-coordinate representation of color #255290: hue angle of 214.77º 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 #255290 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 82 | 144 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.44 |
| HSL | 214.77º | 0.59% | 0.35% | - |
| HSV(B) | 214.77º | 0.74% | 0.56% | - |
| XYZ | 8.81 | 8.44 | 27.55 | - |
| YUV | 75.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 144 | 0.74 | 0.43 | 0 | 0.44 | 214.77 | 0.59 | 0.35 |
| Hex | 25 | 52 | 90 | 4A | 2B | 0 | 2C | D7 | 3B | 23 |
| Octal | 45 | 122 | 220 | 112 | 53 | 0 | 54 | 327 | 73 | 43 |
| Binary | 100101 | 1010010 | 10010000 | 1001010 | 101011 | 0 | 101100 | 11010111 | 111011 | 100011 |
Color Harmonies of #255290
Complementary color
Monochromatic Colors of #255290
Black with #255290
Text Example
Text Example
White with #255290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255290; }
p { color: rgb(37,82,144); }
H1.HeaderClassName
{
color: #255290;
}
.AnyTagClassName
{
color: #255290;
}
</style>
background-color css
<style>
a { background-color: #255290; }
a { background-color: rgb(37,82,144); }
div.DivClassName
{
background-color: #255290;
}
.BgClassName
{
background-color: #255290;
}
</style>
border-color css
<style>
span { border-color: #255290; }
span { border-color: rgb(37,82,144); }
td.TdClassName
{
border-color: #255290;
}
.TagClassName
{
border-color: #255290;
}
</style>