Shades of Endeavour #24658D
Tints of Endeavour #24658D
RGB
CMYK
RGB Variations
Color information
#24658D (or 0x24658D) is known color: Endeavour. HEX triplet: 24, 65 and 8D. RGB value is (36,101,141). Sum of RGB (Red+Green+Blue) = 36+101+141=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #24658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24658D is #DB9A72. Grayscale: #555555. Windows color (decimal): -14391923 or 9266468. OLE color: 9266468.
HSL color Cylindrical-coordinate representation of color #24658D: hue angle of 202.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24658D is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 101 | 141 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.45 |
| HSL | 202.86º | 0.59% | 0.35% | - |
| HSV(B) | 202.86º | 0.74% | 0.55% | - |
| XYZ | 10.19 | 11.61 | 26.9 | - |
| YUV | 86.13 | 158.97 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 141 | 0.74 | 0.28 | 0 | 0.45 | 202.86 | 0.59 | 0.35 |
| Hex | 24 | 65 | 8D | 4A | 1C | 0 | 2D | CB | 3B | 23 |
| Octal | 44 | 145 | 215 | 112 | 34 | 0 | 55 | 313 | 73 | 43 |
| Binary | 100100 | 1100101 | 10001101 | 1001010 | 11100 | 0 | 101101 | 11001011 | 111011 | 100011 |
Color Harmonies of #24658D
Complementary color
Monochromatic Colors of #24658D
Black with #24658D
Text Example
Text Example
White with #24658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24658D; }
p { color: rgb(36,101,141); }
H1.HeaderClassName
{
color: #24658D;
}
.AnyTagClassName
{
color: #24658D;
}
</style>
background-color css
<style>
a { background-color: #24658D; }
a { background-color: rgb(36,101,141); }
div.DivClassName
{
background-color: #24658D;
}
.BgClassName
{
background-color: #24658D;
}
</style>
border-color css
<style>
span { border-color: #24658D; }
span { border-color: rgb(36,101,141); }
td.TdClassName
{
border-color: #24658D;
}
.TagClassName
{
border-color: #24658D;
}
</style>