Shades of Endeavour #245C93
Tints of Endeavour #245C93
RGB
CMYK
RGB Variations
Color information
#245C93 (or 0x245C93) is known color: Endeavour. HEX triplet: 24, 5C and 93. RGB value is (36,92,147). Sum of RGB (Red+Green+Blue) = 36+92+147=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #245C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C93 is #DBA36C. Grayscale: #515151. Windows color (decimal): -14394221 or 9657380. OLE color: 9657380.
HSL color Cylindrical-coordinate representation of color #245C93: hue angle of 209.73º 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 #245C93 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 92 | 147 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.42 |
| HSL | 209.73º | 0.61% | 0.36% | - |
| HSV(B) | 209.73º | 0.76% | 0.58% | - |
| XYZ | 9.82 | 10.14 | 29.04 | - |
| YUV | 81.53 | 164.95 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 147 | 0.76 | 0.37 | 0 | 0.42 | 209.73 | 0.61 | 0.36 |
| Hex | 24 | 5C | 93 | 4C | 25 | 0 | 2A | D2 | 3D | 24 |
| Octal | 44 | 134 | 223 | 114 | 45 | 0 | 52 | 322 | 75 | 44 |
| Binary | 100100 | 1011100 | 10010011 | 1001100 | 100101 | 0 | 101010 | 11010010 | 111101 | 100100 |
Color Harmonies of #245C93
Complementary color
Monochromatic Colors of #245C93
Black with #245C93
Text Example
Text Example
White with #245C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C93; }
p { color: rgb(36,92,147); }
H1.HeaderClassName
{
color: #245C93;
}
.AnyTagClassName
{
color: #245C93;
}
</style>
background-color css
<style>
a { background-color: #245C93; }
a { background-color: rgb(36,92,147); }
div.DivClassName
{
background-color: #245C93;
}
.BgClassName
{
background-color: #245C93;
}
</style>
border-color css
<style>
span { border-color: #245C93; }
span { border-color: rgb(36,92,147); }
td.TdClassName
{
border-color: #245C93;
}
.TagClassName
{
border-color: #245C93;
}
</style>