Shades of Endeavour #255A98
Tints of Endeavour #255A98
RGB
CMYK
RGB Variations
Color information
#255A98 (or 0x255A98) is known color: Endeavour. HEX triplet: 25, 5A and 98. RGB value is (37,90,152). Sum of RGB (Red+Green+Blue) = 37+90+152=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 152 (59.77% from 255 or 54.48% from 279); Max value from RGB is 152 - color contains mainly: blue. Hex color #255A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A98 is #DAA567. Grayscale: #505050. Windows color (decimal): -14329192 or 9984549. OLE color: 9984549.
HSL color Cylindrical-coordinate representation of color #255A98: hue angle of 212.35º 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 #255A98 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 90 | 152 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.40 |
| HSL | 212.35º | 0.61% | 0.37% | - |
| HSV(B) | 212.35º | 0.76% | 0.6% | - |
| XYZ | 10.09 | 9.97 | 31.1 | - |
| YUV | 81.22 | 167.94 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 152 | 0.76 | 0.41 | 0 | 0.40 | 212.35 | 0.61 | 0.37 |
| Hex | 25 | 5A | 98 | 4C | 29 | 0 | 28 | D4 | 3D | 25 |
| Octal | 45 | 132 | 230 | 114 | 51 | 0 | 50 | 324 | 75 | 45 |
| Binary | 100101 | 1011010 | 10011000 | 1001100 | 101001 | 0 | 101000 | 11010100 | 111101 | 100101 |
Color Harmonies of #255A98
Complementary color
Monochromatic Colors of #255A98
Black with #255A98
Text Example
Text Example
White with #255A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255A98; }
p { color: rgb(37,90,152); }
H1.HeaderClassName
{
color: #255A98;
}
.AnyTagClassName
{
color: #255A98;
}
</style>
background-color css
<style>
a { background-color: #255A98; }
a { background-color: rgb(37,90,152); }
div.DivClassName
{
background-color: #255A98;
}
.BgClassName
{
background-color: #255A98;
}
</style>
border-color css
<style>
span { border-color: #255A98; }
span { border-color: rgb(37,90,152); }
td.TdClassName
{
border-color: #255A98;
}
.TagClassName
{
border-color: #255A98;
}
</style>