Shades of Endeavour #245C8C
Tints of Endeavour #245C8C
RGB
CMYK
RGB Variations
Color information
#245C8C (or 0x245C8C) is known color: Endeavour. HEX triplet: 24, 5C and 8C. RGB value is (36,92,140). Sum of RGB (Red+Green+Blue) = 36+92+140=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #245C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C8C is #DBA373. Grayscale: #505050. Windows color (decimal): -14394228 or 9198628. OLE color: 9198628.
HSL color Cylindrical-coordinate representation of color #245C8C: hue angle of 207.69º 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 #245C8C is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 92 | 140 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.45 |
| HSL | 207.69º | 0.59% | 0.35% | - |
| HSV(B) | 207.69º | 0.74% | 0.55% | - |
| XYZ | 9.29 | 9.92 | 26.24 | - |
| YUV | 80.73 | 161.45 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 140 | 0.74 | 0.34 | 0 | 0.45 | 207.69 | 0.59 | 0.35 |
| Hex | 24 | 5C | 8C | 4A | 22 | 0 | 2D | D0 | 3B | 23 |
| Octal | 44 | 134 | 214 | 112 | 42 | 0 | 55 | 320 | 73 | 43 |
| Binary | 100100 | 1011100 | 10001100 | 1001010 | 100010 | 0 | 101101 | 11010000 | 111011 | 100011 |
Color Harmonies of #245C8C
Complementary color
Monochromatic Colors of #245C8C
Black with #245C8C
Text Example
Text Example
White with #245C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C8C; }
p { color: rgb(36,92,140); }
H1.HeaderClassName
{
color: #245C8C;
}
.AnyTagClassName
{
color: #245C8C;
}
</style>
background-color css
<style>
a { background-color: #245C8C; }
a { background-color: rgb(36,92,140); }
div.DivClassName
{
background-color: #245C8C;
}
.BgClassName
{
background-color: #245C8C;
}
</style>
border-color css
<style>
span { border-color: #245C8C; }
span { border-color: rgb(36,92,140); }
td.TdClassName
{
border-color: #245C8C;
}
.TagClassName
{
border-color: #245C8C;
}
</style>