Shades of Endeavour #255199
Tints of Endeavour #255199
RGB
CMYK
RGB Variations
Color information
#255199 (or 0x255199) is known color: Endeavour. HEX triplet: 25, 51 and 99. RGB value is (37,81,153). Sum of RGB (Red+Green+Blue) = 37+81+153=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #255199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255199 is #DAAE66. Grayscale: #4B4B4B. Windows color (decimal): -14331495 or 10047781. OLE color: 10047781.
HSL color Cylindrical-coordinate representation of color #255199: hue angle of 217.24º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255199 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 81 | 153 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.4 |
| HSL | 217.24º | 0.61% | 0.37% | - |
| HSV(B) | 217.24º | 0.76% | 0.6% | - |
| XYZ | 9.46 | 8.58 | 31.29 | - |
| YUV | 76.05 | 171.42 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 153 | 0.76 | 0.47 | 0 | 0.4 | 217.24 | 0.61 | 0.37 |
| Hex | 25 | 51 | 99 | 4C | 2F | 0 | 28 | D9 | 3D | 25 |
| Octal | 45 | 121 | 231 | 114 | 57 | 0 | 50 | 331 | 75 | 45 |
| Binary | 100101 | 1010001 | 10011001 | 1001100 | 101111 | 0 | 101000 | 11011001 | 111101 | 100101 |
Color Harmonies of #255199
Complementary color
Monochromatic Colors of #255199
Black with #255199
Text Example
Text Example
White with #255199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255199; }
p { color: rgb(37,81,153); }
H1.HeaderClassName
{
color: #255199;
}
.AnyTagClassName
{
color: #255199;
}
</style>
background-color css
<style>
a { background-color: #255199; }
a { background-color: rgb(37,81,153); }
div.DivClassName
{
background-color: #255199;
}
.BgClassName
{
background-color: #255199;
}
</style>
border-color css
<style>
span { border-color: #255199; }
span { border-color: rgb(37,81,153); }
td.TdClassName
{
border-color: #255199;
}
.TagClassName
{
border-color: #255199;
}
</style>