Shades of Endeavour #245E8A
Tints of Endeavour #245E8A
RGB
CMYK
RGB Variations
Color information
#245E8A (or 0x245E8A) is known color: Endeavour. HEX triplet: 24, 5E and 8A. RGB value is (36,94,138). Sum of RGB (Red+Green+Blue) = 36+94+138=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #245E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E8A is #DBA175. Grayscale: #515151. Windows color (decimal): -14393718 or 9068068. OLE color: 9068068.
HSL color Cylindrical-coordinate representation of color #245E8A: hue angle of 205.88º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #245E8A is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 94 | 138 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.46 |
| HSL | 205.88º | 0.59% | 0.34% | - |
| HSV(B) | 205.88º | 0.74% | 0.54% | - |
| XYZ | 9.32 | 10.22 | 25.53 | - |
| YUV | 81.67 | 159.78 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 138 | 0.74 | 0.32 | 0 | 0.46 | 205.88 | 0.59 | 0.34 |
| Hex | 24 | 5E | 8A | 4A | 20 | 0 | 2E | CE | 3B | 22 |
| Octal | 44 | 136 | 212 | 112 | 40 | 0 | 56 | 316 | 73 | 42 |
| Binary | 100100 | 1011110 | 10001010 | 1001010 | 100000 | 0 | 101110 | 11001110 | 111011 | 100010 |
Color Harmonies of #245E8A
Complementary color
Monochromatic Colors of #245E8A
Black with #245E8A
Text Example
Text Example
White with #245E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245E8A; }
p { color: rgb(36,94,138); }
H1.HeaderClassName
{
color: #245E8A;
}
.AnyTagClassName
{
color: #245E8A;
}
</style>
background-color css
<style>
a { background-color: #245E8A; }
a { background-color: rgb(36,94,138); }
div.DivClassName
{
background-color: #245E8A;
}
.BgClassName
{
background-color: #245E8A;
}
</style>
border-color css
<style>
span { border-color: #245E8A; }
span { border-color: rgb(36,94,138); }
td.TdClassName
{
border-color: #245E8A;
}
.TagClassName
{
border-color: #245E8A;
}
</style>