Shades of Endeavour #245A8B
Tints of Endeavour #245A8B
RGB
CMYK
RGB Variations
Color information
#245A8B (or 0x245A8B) is known color: Endeavour. HEX triplet: 24, 5A and 8B. RGB value is (36,90,139). Sum of RGB (Red+Green+Blue) = 36+90+139=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #245A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245A8B is #DBA574. Grayscale: #4F4F4F. Windows color (decimal): -14394741 or 9132580. OLE color: 9132580.
HSL color Cylindrical-coordinate representation of color #245A8B: hue angle of 208.54º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #245A8B is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 90 | 139 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.45 |
| HSL | 208.54º | 0.59% | 0.34% | - |
| HSV(B) | 208.54º | 0.74% | 0.55% | - |
| XYZ | 9.04 | 9.55 | 25.79 | - |
| YUV | 79.44 | 161.61 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 139 | 0.74 | 0.35 | 0 | 0.45 | 208.54 | 0.59 | 0.34 |
| Hex | 24 | 5A | 8B | 4A | 23 | 0 | 2D | D1 | 3B | 22 |
| Octal | 44 | 132 | 213 | 112 | 43 | 0 | 55 | 321 | 73 | 42 |
| Binary | 100100 | 1011010 | 10001011 | 1001010 | 100011 | 0 | 101101 | 11010001 | 111011 | 100010 |
Color Harmonies of #245A8B
Complementary color
Monochromatic Colors of #245A8B
Black with #245A8B
Text Example
Text Example
White with #245A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A8B; }
p { color: rgb(36,90,139); }
H1.HeaderClassName
{
color: #245A8B;
}
.AnyTagClassName
{
color: #245A8B;
}
</style>
background-color css
<style>
a { background-color: #245A8B; }
a { background-color: rgb(36,90,139); }
div.DivClassName
{
background-color: #245A8B;
}
.BgClassName
{
background-color: #245A8B;
}
</style>
border-color css
<style>
span { border-color: #245A8B; }
span { border-color: rgb(36,90,139); }
td.TdClassName
{
border-color: #245A8B;
}
.TagClassName
{
border-color: #245A8B;
}
</style>