Shades of Endeavour #245E8C
Tints of Endeavour #245E8C
RGB
CMYK
RGB Variations
Color information
#245E8C (or 0x245E8C) is known color: Endeavour. HEX triplet: 24, 5E and 8C. RGB value is (36,94,140). Sum of RGB (Red+Green+Blue) = 36+94+140=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #245E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E8C is #DBA173. Grayscale: #515151. Windows color (decimal): -14393716 or 9199140. OLE color: 9199140.
HSL color Cylindrical-coordinate representation of color #245E8C: hue angle of 206.54º 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 #245E8C is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 94 | 140 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.45 |
| HSL | 206.54º | 0.59% | 0.35% | - |
| HSV(B) | 206.54º | 0.74% | 0.55% | - |
| XYZ | 9.46 | 10.27 | 26.3 | - |
| YUV | 81.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 140 | 0.74 | 0.33 | 0 | 0.45 | 206.54 | 0.59 | 0.35 |
| Hex | 24 | 5E | 8C | 4A | 21 | 0 | 2D | CF | 3B | 23 |
| Octal | 44 | 136 | 214 | 112 | 41 | 0 | 55 | 317 | 73 | 43 |
| Binary | 100100 | 1011110 | 10001100 | 1001010 | 100001 | 0 | 101101 | 11001111 | 111011 | 100011 |
Color Harmonies of #245E8C
Complementary color
Monochromatic Colors of #245E8C
Black with #245E8C
Text Example
Text Example
White with #245E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245E8C; }
p { color: rgb(36,94,140); }
H1.HeaderClassName
{
color: #245E8C;
}
.AnyTagClassName
{
color: #245E8C;
}
</style>
background-color css
<style>
a { background-color: #245E8C; }
a { background-color: rgb(36,94,140); }
div.DivClassName
{
background-color: #245E8C;
}
.BgClassName
{
background-color: #245E8C;
}
</style>
border-color css
<style>
span { border-color: #245E8C; }
span { border-color: rgb(36,94,140); }
td.TdClassName
{
border-color: #245E8C;
}
.TagClassName
{
border-color: #245E8C;
}
</style>