Shades of Endeavour #245288
Tints of Endeavour #245288
RGB
CMYK
RGB Variations
Color information
#245288 (or 0x245288) is known color: Endeavour. HEX triplet: 24, 52 and 88. RGB value is (36,82,136). Sum of RGB (Red+Green+Blue) = 36+82+136=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #245288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245288 is #DBAD77. Grayscale: #4A4A4A. Windows color (decimal): -14396792 or 8933924. OLE color: 8933924.
HSL color Cylindrical-coordinate representation of color #245288: hue angle of 212.4º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #245288 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 82 | 136 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.47 |
| HSL | 212.4º | 0.58% | 0.34% | - |
| HSV(B) | 212.4º | 0.74% | 0.53% | - |
| XYZ | 8.19 | 8.19 | 24.44 | - |
| YUV | 74.4 | 162.76 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 136 | 0.74 | 0.40 | 0 | 0.47 | 212.4 | 0.58 | 0.34 |
| Hex | 24 | 52 | 88 | 4A | 28 | 0 | 2F | D4 | 3A | 22 |
| Octal | 44 | 122 | 210 | 112 | 50 | 0 | 57 | 324 | 72 | 42 |
| Binary | 100100 | 1010010 | 10001000 | 1001010 | 101000 | 0 | 101111 | 11010100 | 111010 | 100010 |
Color Harmonies of #245288
Complementary color
Monochromatic Colors of #245288
Black with #245288
Text Example
Text Example
White with #245288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245288; }
p { color: rgb(36,82,136); }
H1.HeaderClassName
{
color: #245288;
}
.AnyTagClassName
{
color: #245288;
}
</style>
background-color css
<style>
a { background-color: #245288; }
a { background-color: rgb(36,82,136); }
div.DivClassName
{
background-color: #245288;
}
.BgClassName
{
background-color: #245288;
}
</style>
border-color css
<style>
span { border-color: #245288; }
span { border-color: rgb(36,82,136); }
td.TdClassName
{
border-color: #245288;
}
.TagClassName
{
border-color: #245288;
}
</style>