Shades of Endeavour #255389
Tints of Endeavour #255389
RGB
CMYK
RGB Variations
Color information
#255389 (or 0x255389) is known color: Endeavour. HEX triplet: 25, 53 and 89. RGB value is (37,83,137). Sum of RGB (Red+Green+Blue) = 37+83+137=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #255389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255389 is #DAAC76. Grayscale: #4B4B4B. Windows color (decimal): -14330999 or 8999717. OLE color: 8999717.
HSL color Cylindrical-coordinate representation of color #255389: hue angle of 212.4º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255389 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 83 | 137 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.46 |
| HSL | 212.4º | 0.57% | 0.34% | - |
| HSV(B) | 212.4º | 0.73% | 0.54% | - |
| XYZ | 8.37 | 8.39 | 24.84 | - |
| YUV | 75.4 | 162.76 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 83 | 137 | 0.73 | 0.39 | 0 | 0.46 | 212.4 | 0.57 | 0.34 |
| Hex | 25 | 53 | 89 | 49 | 27 | 0 | 2E | D4 | 39 | 22 |
| Octal | 45 | 123 | 211 | 111 | 47 | 0 | 56 | 324 | 71 | 42 |
| Binary | 100101 | 1010011 | 10001001 | 1001001 | 100111 | 0 | 101110 | 11010100 | 111001 | 100010 |
Color Harmonies of #255389
Complementary color
Monochromatic Colors of #255389
Black with #255389
Text Example
Text Example
White with #255389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255389; }
p { color: rgb(37,83,137); }
H1.HeaderClassName
{
color: #255389;
}
.AnyTagClassName
{
color: #255389;
}
</style>
background-color css
<style>
a { background-color: #255389; }
a { background-color: rgb(37,83,137); }
div.DivClassName
{
background-color: #255389;
}
.BgClassName
{
background-color: #255389;
}
</style>
border-color css
<style>
span { border-color: #255389; }
span { border-color: rgb(37,83,137); }
td.TdClassName
{
border-color: #255389;
}
.TagClassName
{
border-color: #255389;
}
</style>