Shades of Endeavour #255198
Tints of Endeavour #255198
RGB
CMYK
RGB Variations
Color information
#255198 (or 0x255198) is known color: Endeavour. HEX triplet: 25, 51 and 98. RGB value is (37,81,152). Sum of RGB (Red+Green+Blue) = 37+81+152=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #255198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255198 is #DAAE67. Grayscale: #4B4B4B. Windows color (decimal): -14331496 or 9982245. OLE color: 9982245.
HSL color Cylindrical-coordinate representation of color #255198: hue angle of 217.04º 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 #255198 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 81 | 152 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.40 |
| HSL | 217.04º | 0.61% | 0.37% | - |
| HSV(B) | 217.04º | 0.76% | 0.6% | - |
| XYZ | 9.37 | 8.55 | 30.86 | - |
| YUV | 75.94 | 170.92 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 152 | 0.76 | 0.47 | 0 | 0.40 | 217.04 | 0.61 | 0.37 |
| Hex | 25 | 51 | 98 | 4C | 2F | 0 | 28 | D9 | 3D | 25 |
| Octal | 45 | 121 | 230 | 114 | 57 | 0 | 50 | 331 | 75 | 45 |
| Binary | 100101 | 1010001 | 10011000 | 1001100 | 101111 | 0 | 101000 | 11011001 | 111101 | 100101 |
Color Harmonies of #255198
Complementary color
Monochromatic Colors of #255198
Black with #255198
Text Example
Text Example
White with #255198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255198; }
p { color: rgb(37,81,152); }
H1.HeaderClassName
{
color: #255198;
}
.AnyTagClassName
{
color: #255198;
}
</style>
background-color css
<style>
a { background-color: #255198; }
a { background-color: rgb(37,81,152); }
div.DivClassName
{
background-color: #255198;
}
.BgClassName
{
background-color: #255198;
}
</style>
border-color css
<style>
span { border-color: #255198; }
span { border-color: rgb(37,81,152); }
td.TdClassName
{
border-color: #255198;
}
.TagClassName
{
border-color: #255198;
}
</style>