Shades of Endeavour #24638D
Tints of Endeavour #24638D
RGB
CMYK
RGB Variations
Color information
#24638D (or 0x24638D) is known color: Endeavour. HEX triplet: 24, 63 and 8D. RGB value is (36,99,141). Sum of RGB (Red+Green+Blue) = 36+99+141=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #24638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24638D is #DB9C72. Grayscale: #545454. Windows color (decimal): -14392435 or 9265956. OLE color: 9265956.
HSL color Cylindrical-coordinate representation of color #24638D: hue angle of 204º 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 #24638D is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 99 | 141 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.45 |
| HSL | 204º | 0.59% | 0.35% | - |
| HSV(B) | 204º | 0.74% | 0.55% | - |
| XYZ | 10 | 11.22 | 26.84 | - |
| YUV | 84.95 | 159.63 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 141 | 0.74 | 0.30 | 0 | 0.45 | 204 | 0.59 | 0.35 |
| Hex | 24 | 63 | 8D | 4A | 1E | 0 | 2D | CC | 3B | 23 |
| Octal | 44 | 143 | 215 | 112 | 36 | 0 | 55 | 314 | 73 | 43 |
| Binary | 100100 | 1100011 | 10001101 | 1001010 | 11110 | 0 | 101101 | 11001100 | 111011 | 100011 |
Color Harmonies of #24638D
Complementary color
Monochromatic Colors of #24638D
Black with #24638D
Text Example
Text Example
White with #24638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24638D; }
p { color: rgb(36,99,141); }
H1.HeaderClassName
{
color: #24638D;
}
.AnyTagClassName
{
color: #24638D;
}
</style>
background-color css
<style>
a { background-color: #24638D; }
a { background-color: rgb(36,99,141); }
div.DivClassName
{
background-color: #24638D;
}
.BgClassName
{
background-color: #24638D;
}
</style>
border-color css
<style>
span { border-color: #24638D; }
span { border-color: rgb(36,99,141); }
td.TdClassName
{
border-color: #24638D;
}
.TagClassName
{
border-color: #24638D;
}
</style>