Shades of Endeavour #245388
Tints of Endeavour #245388
RGB
CMYK
RGB Variations
Color information
#245388 (or 0x245388) is known color: Endeavour. HEX triplet: 24, 53 and 88. RGB value is (36,83,136). Sum of RGB (Red+Green+Blue) = 36+83+136=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 83 (32.81% from 255 or 32.55% 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 #245388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245388 is #DBAC77. Grayscale: #4A4A4A. Windows color (decimal): -14396536 or 8934180. OLE color: 8934180.
HSL color Cylindrical-coordinate representation of color #245388: hue angle of 211.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 #245388 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 83 | 136 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.47 |
| HSL | 211.8º | 0.58% | 0.34% | - |
| HSV(B) | 211.8º | 0.74% | 0.53% | - |
| XYZ | 8.26 | 8.34 | 24.47 | - |
| YUV | 74.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 136 | 0.74 | 0.39 | 0 | 0.47 | 211.8 | 0.58 | 0.34 |
| Hex | 24 | 53 | 88 | 4A | 27 | 0 | 2F | D4 | 3A | 22 |
| Octal | 44 | 123 | 210 | 112 | 47 | 0 | 57 | 324 | 72 | 42 |
| Binary | 100100 | 1010011 | 10001000 | 1001010 | 100111 | 0 | 101111 | 11010100 | 111010 | 100010 |
Color Harmonies of #245388
Complementary color
Monochromatic Colors of #245388
Black with #245388
Text Example
Text Example
White with #245388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245388; }
p { color: rgb(36,83,136); }
H1.HeaderClassName
{
color: #245388;
}
.AnyTagClassName
{
color: #245388;
}
</style>
background-color css
<style>
a { background-color: #245388; }
a { background-color: rgb(36,83,136); }
div.DivClassName
{
background-color: #245388;
}
.BgClassName
{
background-color: #245388;
}
</style>
border-color css
<style>
span { border-color: #245388; }
span { border-color: rgb(36,83,136); }
td.TdClassName
{
border-color: #245388;
}
.TagClassName
{
border-color: #245388;
}
</style>