Shades of Endeavour #24678F
Tints of Endeavour #24678F
RGB
CMYK
RGB Variations
Color information
#24678F (or 0x24678F) is known color: Endeavour. HEX triplet: 24, 67 and 8F. RGB value is (36,103,143). Sum of RGB (Red+Green+Blue) = 36+103+143=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 143 (56.25% from 255 or 50.71% from 282); Max value from RGB is 143 - color contains mainly: blue. Hex color #24678F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24678F is #DB9870. Grayscale: #575757. Windows color (decimal): -14391409 or 9398052. OLE color: 9398052.
HSL color Cylindrical-coordinate representation of color #24678F: hue angle of 202.43º 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 #24678F is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 103 | 143 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.44 |
| HSL | 202.43º | 0.6% | 0.35% | - |
| HSV(B) | 202.43º | 0.75% | 0.56% | - |
| XYZ | 10.54 | 12.06 | 27.76 | - |
| YUV | 87.53 | 159.3 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 143 | 0.75 | 0.28 | 0 | 0.44 | 202.43 | 0.6 | 0.35 |
| Hex | 24 | 67 | 8F | 4B | 1C | 0 | 2C | CA | 3C | 23 |
| Octal | 44 | 147 | 217 | 113 | 34 | 0 | 54 | 312 | 74 | 43 |
| Binary | 100100 | 1100111 | 10001111 | 1001011 | 11100 | 0 | 101100 | 11001010 | 111100 | 100011 |
Color Harmonies of #24678F
Complementary color
Monochromatic Colors of #24678F
Black with #24678F
Text Example
Text Example
White with #24678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24678F; }
p { color: rgb(36,103,143); }
H1.HeaderClassName
{
color: #24678F;
}
.AnyTagClassName
{
color: #24678F;
}
</style>
background-color css
<style>
a { background-color: #24678F; }
a { background-color: rgb(36,103,143); }
div.DivClassName
{
background-color: #24678F;
}
.BgClassName
{
background-color: #24678F;
}
</style>
border-color css
<style>
span { border-color: #24678F; }
span { border-color: rgb(36,103,143); }
td.TdClassName
{
border-color: #24678F;
}
.TagClassName
{
border-color: #24678F;
}
</style>