Shades of Endeavour #24668F
Tints of Endeavour #24668F
RGB
CMYK
RGB Variations
Color information
#24668F (or 0x24668F) is known color: Endeavour. HEX triplet: 24, 66 and 8F. RGB value is (36,102,143). Sum of RGB (Red+Green+Blue) = 36+102+143=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 143 (56.25% from 255 or 50.89% from 281); Max value from RGB is 143 - color contains mainly: blue. Hex color #24668F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24668F is #DB9970. Grayscale: #565656. Windows color (decimal): -14391665 or 9397796. OLE color: 9397796.
HSL color Cylindrical-coordinate representation of color #24668F: hue angle of 202.99º 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 #24668F is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 102 | 143 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.44 |
| HSL | 202.99º | 0.6% | 0.35% | - |
| HSV(B) | 202.99º | 0.75% | 0.56% | - |
| XYZ | 10.44 | 11.86 | 27.73 | - |
| YUV | 86.94 | 159.63 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 143 | 0.75 | 0.29 | 0 | 0.44 | 202.99 | 0.6 | 0.35 |
| Hex | 24 | 66 | 8F | 4B | 1D | 0 | 2C | CB | 3C | 23 |
| Octal | 44 | 146 | 217 | 113 | 35 | 0 | 54 | 313 | 74 | 43 |
| Binary | 100100 | 1100110 | 10001111 | 1001011 | 11101 | 0 | 101100 | 11001011 | 111100 | 100011 |
Color Harmonies of #24668F
Complementary color
Monochromatic Colors of #24668F
Black with #24668F
Text Example
Text Example
White with #24668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24668F; }
p { color: rgb(36,102,143); }
H1.HeaderClassName
{
color: #24668F;
}
.AnyTagClassName
{
color: #24668F;
}
</style>
background-color css
<style>
a { background-color: #24668F; }
a { background-color: rgb(36,102,143); }
div.DivClassName
{
background-color: #24668F;
}
.BgClassName
{
background-color: #24668F;
}
</style>
border-color css
<style>
span { border-color: #24668F; }
span { border-color: rgb(36,102,143); }
td.TdClassName
{
border-color: #24668F;
}
.TagClassName
{
border-color: #24668F;
}
</style>