Shades of Endeavour #245D88
Tints of Endeavour #245D88
RGB
CMYK
RGB Variations
Color information
#245D88 (or 0x245D88) is known color: Endeavour. HEX triplet: 24, 5D and 88. RGB value is (36,93,136). Sum of RGB (Red+Green+Blue) = 36+93+136=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #245D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245D88 is #DBA277. Grayscale: #505050. Windows color (decimal): -14393976 or 8936740. OLE color: 8936740.
HSL color Cylindrical-coordinate representation of color #245D88: hue angle of 205.8º 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 #245D88 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 93 | 136 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.47 |
| HSL | 205.8º | 0.58% | 0.34% | - |
| HSV(B) | 205.8º | 0.74% | 0.53% | - |
| XYZ | 9.09 | 9.98 | 24.74 | - |
| YUV | 80.86 | 159.12 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 136 | 0.74 | 0.32 | 0 | 0.47 | 205.8 | 0.58 | 0.34 |
| Hex | 24 | 5D | 88 | 4A | 20 | 0 | 2F | CE | 3A | 22 |
| Octal | 44 | 135 | 210 | 112 | 40 | 0 | 57 | 316 | 72 | 42 |
| Binary | 100100 | 1011101 | 10001000 | 1001010 | 100000 | 0 | 101111 | 11001110 | 111010 | 100010 |
Color Harmonies of #245D88
Complementary color
Monochromatic Colors of #245D88
Black with #245D88
Text Example
Text Example
White with #245D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D88; }
p { color: rgb(36,93,136); }
H1.HeaderClassName
{
color: #245D88;
}
.AnyTagClassName
{
color: #245D88;
}
</style>
background-color css
<style>
a { background-color: #245D88; }
a { background-color: rgb(36,93,136); }
div.DivClassName
{
background-color: #245D88;
}
.BgClassName
{
background-color: #245D88;
}
</style>
border-color css
<style>
span { border-color: #245D88; }
span { border-color: rgb(36,93,136); }
td.TdClassName
{
border-color: #245D88;
}
.TagClassName
{
border-color: #245D88;
}
</style>