Shades of Endeavour #24668D
Tints of Endeavour #24668D
RGB
CMYK
RGB Variations
Color information
#24668D (or 0x24668D) is known color: Endeavour. HEX triplet: 24, 66 and 8D. RGB value is (36,102,141). Sum of RGB (Red+Green+Blue) = 36+102+141=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #24668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24668D is #DB9972. Grayscale: #565656. Windows color (decimal): -14391667 or 9266724. OLE color: 9266724.
HSL color Cylindrical-coordinate representation of color #24668D: hue angle of 202.29º 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 #24668D is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 102 | 141 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.45 |
| HSL | 202.29º | 0.59% | 0.35% | - |
| HSV(B) | 202.29º | 0.74% | 0.55% | - |
| XYZ | 10.29 | 11.8 | 26.93 | - |
| YUV | 86.71 | 158.63 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 141 | 0.74 | 0.28 | 0 | 0.45 | 202.29 | 0.59 | 0.35 |
| Hex | 24 | 66 | 8D | 4A | 1C | 0 | 2D | CA | 3B | 23 |
| Octal | 44 | 146 | 215 | 112 | 34 | 0 | 55 | 312 | 73 | 43 |
| Binary | 100100 | 1100110 | 10001101 | 1001010 | 11100 | 0 | 101101 | 11001010 | 111011 | 100011 |
Color Harmonies of #24668D
Complementary color
Monochromatic Colors of #24668D
Black with #24668D
Text Example
Text Example
White with #24668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24668D; }
p { color: rgb(36,102,141); }
H1.HeaderClassName
{
color: #24668D;
}
.AnyTagClassName
{
color: #24668D;
}
</style>
background-color css
<style>
a { background-color: #24668D; }
a { background-color: rgb(36,102,141); }
div.DivClassName
{
background-color: #24668D;
}
.BgClassName
{
background-color: #24668D;
}
</style>
border-color css
<style>
span { border-color: #24668D; }
span { border-color: rgb(36,102,141); }
td.TdClassName
{
border-color: #24668D;
}
.TagClassName
{
border-color: #24668D;
}
</style>