Shades of Endeavour #24688E
Tints of Endeavour #24688E
RGB
CMYK
RGB Variations
Color information
#24688E (or 0x24688E) is known color: Endeavour. HEX triplet: 24, 68 and 8E. RGB value is (36,104,142). Sum of RGB (Red+Green+Blue) = 36+104+142=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #24688E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24688E is #DB9771. Grayscale: #575757. Windows color (decimal): -14391154 or 9332772. OLE color: 9332772.
HSL color Cylindrical-coordinate representation of color #24688E: hue angle of 201.51º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24688E is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 104 | 142 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.44 |
| HSL | 201.51º | 0.6% | 0.35% | - |
| HSV(B) | 201.51º | 0.75% | 0.56% | - |
| XYZ | 10.56 | 12.23 | 27.39 | - |
| YUV | 88 | 158.47 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 142 | 0.75 | 0.27 | 0 | 0.44 | 201.51 | 0.6 | 0.35 |
| Hex | 24 | 68 | 8E | 4B | 1B | 0 | 2C | CA | 3C | 23 |
| Octal | 44 | 150 | 216 | 113 | 33 | 0 | 54 | 312 | 74 | 43 |
| Binary | 100100 | 1101000 | 10001110 | 1001011 | 11011 | 0 | 101100 | 11001010 | 111100 | 100011 |
Color Harmonies of #24688E
Complementary color
Monochromatic Colors of #24688E
Black with #24688E
Text Example
Text Example
White with #24688E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24688E; }
p { color: rgb(36,104,142); }
H1.HeaderClassName
{
color: #24688E;
}
.AnyTagClassName
{
color: #24688E;
}
</style>
background-color css
<style>
a { background-color: #24688E; }
a { background-color: rgb(36,104,142); }
div.DivClassName
{
background-color: #24688E;
}
.BgClassName
{
background-color: #24688E;
}
</style>
border-color css
<style>
span { border-color: #24688E; }
span { border-color: rgb(36,104,142); }
td.TdClassName
{
border-color: #24688E;
}
.TagClassName
{
border-color: #24688E;
}
</style>