Shades of Endeavour #245F8A
Tints of Endeavour #245F8A
RGB
CMYK
RGB Variations
Color information
#245F8A (or 0x245F8A) is known color: Endeavour. HEX triplet: 24, 5F and 8A. RGB value is (36,95,138). Sum of RGB (Red+Green+Blue) = 36+95+138=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #245F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245F8A is #DBA075. Grayscale: #525252. Windows color (decimal): -14393462 or 9068324. OLE color: 9068324.
HSL color Cylindrical-coordinate representation of color #245F8A: hue angle of 205.29º 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 #245F8A is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 95 | 138 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.46 |
| HSL | 205.29º | 0.59% | 0.34% | - |
| HSV(B) | 205.29º | 0.74% | 0.54% | - |
| XYZ | 9.41 | 10.39 | 25.56 | - |
| YUV | 82.26 | 159.45 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 138 | 0.74 | 0.31 | 0 | 0.46 | 205.29 | 0.59 | 0.34 |
| Hex | 24 | 5F | 8A | 4A | 1F | 0 | 2E | CD | 3B | 22 |
| Octal | 44 | 137 | 212 | 112 | 37 | 0 | 56 | 315 | 73 | 42 |
| Binary | 100100 | 1011111 | 10001010 | 1001010 | 11111 | 0 | 101110 | 11001101 | 111011 | 100010 |
Color Harmonies of #245F8A
Complementary color
Monochromatic Colors of #245F8A
Black with #245F8A
Text Example
Text Example
White with #245F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F8A; }
p { color: rgb(36,95,138); }
H1.HeaderClassName
{
color: #245F8A;
}
.AnyTagClassName
{
color: #245F8A;
}
</style>
background-color css
<style>
a { background-color: #245F8A; }
a { background-color: rgb(36,95,138); }
div.DivClassName
{
background-color: #245F8A;
}
.BgClassName
{
background-color: #245F8A;
}
</style>
border-color css
<style>
span { border-color: #245F8A; }
span { border-color: rgb(36,95,138); }
td.TdClassName
{
border-color: #245F8A;
}
.TagClassName
{
border-color: #245F8A;
}
</style>