Shades of Endeavour #245D8D
Tints of Endeavour #245D8D
RGB
CMYK
RGB Variations
Color information
#245D8D (or 0x245D8D) is known color: Endeavour. HEX triplet: 24, 5D and 8D. RGB value is (36,93,141). Sum of RGB (Red+Green+Blue) = 36+93+141=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #245D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245D8D is #DBA272. Grayscale: #515151. Windows color (decimal): -14393971 or 9264420. OLE color: 9264420.
HSL color Cylindrical-coordinate representation of color #245D8D: hue angle of 207.43º 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 #245D8D is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 93 | 141 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.45 |
| HSL | 207.43º | 0.59% | 0.35% | - |
| HSV(B) | 207.43º | 0.74% | 0.55% | - |
| XYZ | 9.45 | 10.13 | 26.66 | - |
| YUV | 81.43 | 161.62 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 141 | 0.74 | 0.34 | 0 | 0.45 | 207.43 | 0.59 | 0.35 |
| Hex | 24 | 5D | 8D | 4A | 22 | 0 | 2D | CF | 3B | 23 |
| Octal | 44 | 135 | 215 | 112 | 42 | 0 | 55 | 317 | 73 | 43 |
| Binary | 100100 | 1011101 | 10001101 | 1001010 | 100010 | 0 | 101101 | 11001111 | 111011 | 100011 |
Color Harmonies of #245D8D
Complementary color
Monochromatic Colors of #245D8D
Black with #245D8D
Text Example
Text Example
White with #245D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D8D; }
p { color: rgb(36,93,141); }
H1.HeaderClassName
{
color: #245D8D;
}
.AnyTagClassName
{
color: #245D8D;
}
</style>
background-color css
<style>
a { background-color: #245D8D; }
a { background-color: rgb(36,93,141); }
div.DivClassName
{
background-color: #245D8D;
}
.BgClassName
{
background-color: #245D8D;
}
</style>
border-color css
<style>
span { border-color: #245D8D; }
span { border-color: rgb(36,93,141); }
td.TdClassName
{
border-color: #245D8D;
}
.TagClassName
{
border-color: #245D8D;
}
</style>