Shades of Endeavour #245F8C
Tints of Endeavour #245F8C
RGB
CMYK
RGB Variations
Color information
#245F8C (or 0x245F8C) is known color: Endeavour. HEX triplet: 24, 5F and 8C. RGB value is (36,95,140). Sum of RGB (Red+Green+Blue) = 36+95+140=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #245F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245F8C is #DBA073. Grayscale: #525252. Windows color (decimal): -14393460 or 9199396. OLE color: 9199396.
HSL color Cylindrical-coordinate representation of color #245F8C: hue angle of 205.96º 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 #245F8C is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 95 | 140 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.45 |
| HSL | 205.96º | 0.59% | 0.35% | - |
| HSV(B) | 205.96º | 0.74% | 0.55% | - |
| XYZ | 9.55 | 10.45 | 26.33 | - |
| YUV | 82.49 | 160.45 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 140 | 0.74 | 0.32 | 0 | 0.45 | 205.96 | 0.59 | 0.35 |
| Hex | 24 | 5F | 8C | 4A | 20 | 0 | 2D | CE | 3B | 23 |
| Octal | 44 | 137 | 214 | 112 | 40 | 0 | 55 | 316 | 73 | 43 |
| Binary | 100100 | 1011111 | 10001100 | 1001010 | 100000 | 0 | 101101 | 11001110 | 111011 | 100011 |
Color Harmonies of #245F8C
Complementary color
Monochromatic Colors of #245F8C
Black with #245F8C
Text Example
Text Example
White with #245F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F8C; }
p { color: rgb(36,95,140); }
H1.HeaderClassName
{
color: #245F8C;
}
.AnyTagClassName
{
color: #245F8C;
}
</style>
background-color css
<style>
a { background-color: #245F8C; }
a { background-color: rgb(36,95,140); }
div.DivClassName
{
background-color: #245F8C;
}
.BgClassName
{
background-color: #245F8C;
}
</style>
border-color css
<style>
span { border-color: #245F8C; }
span { border-color: rgb(36,95,140); }
td.TdClassName
{
border-color: #245F8C;
}
.TagClassName
{
border-color: #245F8C;
}
</style>