Shades of Endeavour #245A93
Tints of Endeavour #245A93
RGB
CMYK
RGB Variations
Color information
#245A93 (or 0x245A93) is known color: Endeavour. HEX triplet: 24, 5A and 93. RGB value is (36,90,147). Sum of RGB (Red+Green+Blue) = 36+90+147=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #245A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245A93 is #DBA56C. Grayscale: #505050. Windows color (decimal): -14394733 or 9656868. OLE color: 9656868.
HSL color Cylindrical-coordinate representation of color #245A93: hue angle of 210.81º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245A93 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 90 | 147 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.42 |
| HSL | 210.81º | 0.61% | 0.36% | - |
| HSV(B) | 210.81º | 0.76% | 0.58% | - |
| XYZ | 9.65 | 9.79 | 28.99 | - |
| YUV | 80.35 | 165.61 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 147 | 0.76 | 0.39 | 0 | 0.42 | 210.81 | 0.61 | 0.36 |
| Hex | 24 | 5A | 93 | 4C | 27 | 0 | 2A | D3 | 3D | 24 |
| Octal | 44 | 132 | 223 | 114 | 47 | 0 | 52 | 323 | 75 | 44 |
| Binary | 100100 | 1011010 | 10010011 | 1001100 | 100111 | 0 | 101010 | 11010011 | 111101 | 100100 |
Color Harmonies of #245A93
Complementary color
Monochromatic Colors of #245A93
Black with #245A93
Text Example
Text Example
White with #245A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A93; }
p { color: rgb(36,90,147); }
H1.HeaderClassName
{
color: #245A93;
}
.AnyTagClassName
{
color: #245A93;
}
</style>
background-color css
<style>
a { background-color: #245A93; }
a { background-color: rgb(36,90,147); }
div.DivClassName
{
background-color: #245A93;
}
.BgClassName
{
background-color: #245A93;
}
</style>
border-color css
<style>
span { border-color: #245A93; }
span { border-color: rgb(36,90,147); }
td.TdClassName
{
border-color: #245A93;
}
.TagClassName
{
border-color: #245A93;
}
</style>