Shades of Endeavour #245397
Tints of Endeavour #245397
RGB
CMYK
RGB Variations
Color information
#245397 (or 0x245397) is known color: Endeavour. HEX triplet: 24, 53 and 97. RGB value is (36,83,151). Sum of RGB (Red+Green+Blue) = 36+83+151=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #245397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245397 is #DBAC68. Grayscale: #4C4C4C. Windows color (decimal): -14396521 or 9917220. OLE color: 9917220.
HSL color Cylindrical-coordinate representation of color #245397: hue angle of 215.48º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245397 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 83 | 151 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.41 |
| HSL | 215.48º | 0.61% | 0.37% | - |
| HSV(B) | 215.48º | 0.76% | 0.59% | - |
| XYZ | 9.41 | 8.8 | 30.48 | - |
| YUV | 76.7 | 169.93 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 83 | 151 | 0.76 | 0.45 | 0 | 0.41 | 215.48 | 0.61 | 0.37 |
| Hex | 24 | 53 | 97 | 4C | 2D | 0 | 29 | D7 | 3D | 25 |
| Octal | 44 | 123 | 227 | 114 | 55 | 0 | 51 | 327 | 75 | 45 |
| Binary | 100100 | 1010011 | 10010111 | 1001100 | 101101 | 0 | 101001 | 11010111 | 111101 | 100101 |
Color Harmonies of #245397
Complementary color
Monochromatic Colors of #245397
Black with #245397
Text Example
Text Example
White with #245397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245397; }
p { color: rgb(36,83,151); }
H1.HeaderClassName
{
color: #245397;
}
.AnyTagClassName
{
color: #245397;
}
</style>
background-color css
<style>
a { background-color: #245397; }
a { background-color: rgb(36,83,151); }
div.DivClassName
{
background-color: #245397;
}
.BgClassName
{
background-color: #245397;
}
</style>
border-color css
<style>
span { border-color: #245397; }
span { border-color: rgb(36,83,151); }
td.TdClassName
{
border-color: #245397;
}
.TagClassName
{
border-color: #245397;
}
</style>