Shades of Endeavour #255B88
Tints of Endeavour #255B88
RGB
CMYK
RGB Variations
Color information
#255B88 (or 0x255B88) is known color: Endeavour. HEX triplet: 25, 5B and 88. RGB value is (37,91,136). Sum of RGB (Red+Green+Blue) = 37+91+136=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #255B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255B88 is #DAA477. Grayscale: #4F4F4F. Windows color (decimal): -14328952 or 8936229. OLE color: 8936229.
HSL color Cylindrical-coordinate representation of color #255B88: hue angle of 207.27º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #255B88 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 91 | 136 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.47 |
| HSL | 207.27º | 0.57% | 0.34% | - |
| HSV(B) | 207.27º | 0.73% | 0.53% | - |
| XYZ | 8.95 | 9.65 | 24.68 | - |
| YUV | 79.98 | 159.61 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 136 | 0.73 | 0.33 | 0 | 0.47 | 207.27 | 0.57 | 0.34 |
| Hex | 25 | 5B | 88 | 49 | 21 | 0 | 2F | CF | 39 | 22 |
| Octal | 45 | 133 | 210 | 111 | 41 | 0 | 57 | 317 | 71 | 42 |
| Binary | 100101 | 1011011 | 10001000 | 1001001 | 100001 | 0 | 101111 | 11001111 | 111001 | 100010 |
Color Harmonies of #255B88
Complementary color
Monochromatic Colors of #255B88
Black with #255B88
Text Example
Text Example
White with #255B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255B88; }
p { color: rgb(37,91,136); }
H1.HeaderClassName
{
color: #255B88;
}
.AnyTagClassName
{
color: #255B88;
}
</style>
background-color css
<style>
a { background-color: #255B88; }
a { background-color: rgb(37,91,136); }
div.DivClassName
{
background-color: #255B88;
}
.BgClassName
{
background-color: #255B88;
}
</style>
border-color css
<style>
span { border-color: #255B88; }
span { border-color: rgb(37,91,136); }
td.TdClassName
{
border-color: #255B88;
}
.TagClassName
{
border-color: #255B88;
}
</style>