Shades of Endeavour #255288
Tints of Endeavour #255288
RGB
CMYK
RGB Variations
Color information
#255288 (or 0x255288) is known color: Endeavour. HEX triplet: 25, 52 and 88. RGB value is (37,82,136). Sum of RGB (Red+Green+Blue) = 37+82+136=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #255288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255288 is #DAAD77. Grayscale: #4A4A4A. Windows color (decimal): -14331256 or 8933925. OLE color: 8933925.
HSL color Cylindrical-coordinate representation of color #255288: hue angle of 212.73º 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 #255288 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 82 | 136 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.47 |
| HSL | 212.73º | 0.57% | 0.34% | - |
| HSV(B) | 212.73º | 0.73% | 0.53% | - |
| XYZ | 8.22 | 8.21 | 24.44 | - |
| YUV | 74.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 82 | 136 | 0.73 | 0.40 | 0 | 0.47 | 212.73 | 0.57 | 0.34 |
| Hex | 25 | 52 | 88 | 49 | 28 | 0 | 2F | D5 | 39 | 22 |
| Octal | 45 | 122 | 210 | 111 | 50 | 0 | 57 | 325 | 71 | 42 |
| Binary | 100101 | 1010010 | 10001000 | 1001001 | 101000 | 0 | 101111 | 11010101 | 111001 | 100010 |
Color Harmonies of #255288
Complementary color
Monochromatic Colors of #255288
Black with #255288
Text Example
Text Example
White with #255288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255288; }
p { color: rgb(37,82,136); }
H1.HeaderClassName
{
color: #255288;
}
.AnyTagClassName
{
color: #255288;
}
</style>
background-color css
<style>
a { background-color: #255288; }
a { background-color: rgb(37,82,136); }
div.DivClassName
{
background-color: #255288;
}
.BgClassName
{
background-color: #255288;
}
</style>
border-color css
<style>
span { border-color: #255288; }
span { border-color: rgb(37,82,136); }
td.TdClassName
{
border-color: #255288;
}
.TagClassName
{
border-color: #255288;
}
</style>