Shades of Endeavour #255D98
Tints of Endeavour #255D98
RGB
CMYK
RGB Variations
Color information
#255D98 (or 0x255D98) is known color: Endeavour. HEX triplet: 25, 5D and 98. RGB value is (37,93,152). Sum of RGB (Red+Green+Blue) = 37+93+152=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #255D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255D98 is #DAA267. Grayscale: #525252. Windows color (decimal): -14328424 or 9985317. OLE color: 9985317.
HSL color Cylindrical-coordinate representation of color #255D98: hue angle of 210.78º 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 #255D98 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 93 | 152 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.40 |
| HSL | 210.78º | 0.61% | 0.37% | - |
| HSV(B) | 210.78º | 0.76% | 0.6% | - |
| XYZ | 10.34 | 10.49 | 31.19 | - |
| YUV | 82.98 | 166.95 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 152 | 0.76 | 0.39 | 0 | 0.40 | 210.78 | 0.61 | 0.37 |
| Hex | 25 | 5D | 98 | 4C | 27 | 0 | 28 | D3 | 3D | 25 |
| Octal | 45 | 135 | 230 | 114 | 47 | 0 | 50 | 323 | 75 | 45 |
| Binary | 100101 | 1011101 | 10011000 | 1001100 | 100111 | 0 | 101000 | 11010011 | 111101 | 100101 |
Color Harmonies of #255D98
Complementary color
Monochromatic Colors of #255D98
Black with #255D98
Text Example
Text Example
White with #255D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D98; }
p { color: rgb(37,93,152); }
H1.HeaderClassName
{
color: #255D98;
}
.AnyTagClassName
{
color: #255D98;
}
</style>
background-color css
<style>
a { background-color: #255D98; }
a { background-color: rgb(37,93,152); }
div.DivClassName
{
background-color: #255D98;
}
.BgClassName
{
background-color: #255D98;
}
</style>
border-color css
<style>
span { border-color: #255D98; }
span { border-color: rgb(37,93,152); }
td.TdClassName
{
border-color: #255D98;
}
.TagClassName
{
border-color: #255D98;
}
</style>