Shades of Endeavour #24658C
Tints of Endeavour #24658C
RGB
CMYK
RGB Variations
Color information
#24658C (or 0x24658C) is known color: Endeavour. HEX triplet: 24, 65 and 8C. RGB value is (36,101,140). Sum of RGB (Red+Green+Blue) = 36+101+140=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #24658C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24658C is #DB9A73. Grayscale: #555555. Windows color (decimal): -14391924 or 9200932. OLE color: 9200932.
HSL color Cylindrical-coordinate representation of color #24658C: hue angle of 202.5º 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 #24658C is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 101 | 140 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.45 |
| HSL | 202.5º | 0.59% | 0.35% | - |
| HSV(B) | 202.5º | 0.74% | 0.55% | - |
| XYZ | 10.11 | 11.58 | 26.51 | - |
| YUV | 86.01 | 158.47 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 140 | 0.74 | 0.28 | 0 | 0.45 | 202.5 | 0.59 | 0.35 |
| Hex | 24 | 65 | 8C | 4A | 1C | 0 | 2D | CA | 3B | 23 |
| Octal | 44 | 145 | 214 | 112 | 34 | 0 | 55 | 312 | 73 | 43 |
| Binary | 100100 | 1100101 | 10001100 | 1001010 | 11100 | 0 | 101101 | 11001010 | 111011 | 100011 |
Color Harmonies of #24658C
Complementary color
Monochromatic Colors of #24658C
Black with #24658C
Text Example
Text Example
White with #24658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24658C; }
p { color: rgb(36,101,140); }
H1.HeaderClassName
{
color: #24658C;
}
.AnyTagClassName
{
color: #24658C;
}
</style>
background-color css
<style>
a { background-color: #24658C; }
a { background-color: rgb(36,101,140); }
div.DivClassName
{
background-color: #24658C;
}
.BgClassName
{
background-color: #24658C;
}
</style>
border-color css
<style>
span { border-color: #24658C; }
span { border-color: rgb(36,101,140); }
td.TdClassName
{
border-color: #24658C;
}
.TagClassName
{
border-color: #24658C;
}
</style>