Shades of Endeavour #24598A
Tints of Endeavour #24598A
RGB
CMYK
RGB Variations
Color information
#24598A (or 0x24598A) is known color: Endeavour. HEX triplet: 24, 59 and 8A. RGB value is (36,89,138). Sum of RGB (Red+Green+Blue) = 36+89+138=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #24598A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24598A is #DBA675. Grayscale: #4E4E4E. Windows color (decimal): -14394998 or 9066788. OLE color: 9066788.
HSL color Cylindrical-coordinate representation of color #24598A: hue angle of 208.82º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24598A is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 89 | 138 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.46 |
| HSL | 208.82º | 0.59% | 0.34% | - |
| HSV(B) | 208.82º | 0.74% | 0.54% | - |
| XYZ | 8.89 | 9.35 | 25.38 | - |
| YUV | 78.74 | 161.44 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 89 | 138 | 0.74 | 0.36 | 0 | 0.46 | 208.82 | 0.59 | 0.34 |
| Hex | 24 | 59 | 8A | 4A | 24 | 0 | 2E | D1 | 3B | 22 |
| Octal | 44 | 131 | 212 | 112 | 44 | 0 | 56 | 321 | 73 | 42 |
| Binary | 100100 | 1011001 | 10001010 | 1001010 | 100100 | 0 | 101110 | 11010001 | 111011 | 100010 |
Color Harmonies of #24598A
Complementary color
Monochromatic Colors of #24598A
Black with #24598A
Text Example
Text Example
White with #24598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24598A; }
p { color: rgb(36,89,138); }
H1.HeaderClassName
{
color: #24598A;
}
.AnyTagClassName
{
color: #24598A;
}
</style>
background-color css
<style>
a { background-color: #24598A; }
a { background-color: rgb(36,89,138); }
div.DivClassName
{
background-color: #24598A;
}
.BgClassName
{
background-color: #24598A;
}
</style>
border-color css
<style>
span { border-color: #24598A; }
span { border-color: rgb(36,89,138); }
td.TdClassName
{
border-color: #24598A;
}
.TagClassName
{
border-color: #24598A;
}
</style>