Shades of Endeavour #245F9B
Tints of Endeavour #245F9B
RGB
CMYK
RGB Variations
Color information
#245F9B (or 0x245F9B) is known color: Endeavour. HEX triplet: 24, 5F and 9B. RGB value is (36,95,155). Sum of RGB (Red+Green+Blue) = 36+95+155=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #245F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245F9B is #DBA064. Grayscale: #535353. Windows color (decimal): -14393445 or 10182436. OLE color: 10182436.
HSL color Cylindrical-coordinate representation of color #245F9B: hue angle of 210.25º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #245F9B is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 95 | 155 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.39 |
| HSL | 210.25º | 0.62% | 0.37% | - |
| HSV(B) | 210.25º | 0.77% | 0.61% | - |
| XYZ | 10.74 | 10.93 | 32.55 | - |
| YUV | 84.2 | 167.95 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 95 | 155 | 0.77 | 0.39 | 0 | 0.39 | 210.25 | 0.62 | 0.37 |
| Hex | 24 | 5F | 9B | 4D | 27 | 0 | 27 | D2 | 3E | 25 |
| Octal | 44 | 137 | 233 | 115 | 47 | 0 | 47 | 322 | 76 | 45 |
| Binary | 100100 | 1011111 | 10011011 | 1001101 | 100111 | 0 | 100111 | 11010010 | 111110 | 100101 |
Color Harmonies of #245F9B
Complementary color
Monochromatic Colors of #245F9B
Black with #245F9B
Text Example
Text Example
White with #245F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245F9B; }
p { color: rgb(36,95,155); }
H1.HeaderClassName
{
color: #245F9B;
}
.AnyTagClassName
{
color: #245F9B;
}
</style>
background-color css
<style>
a { background-color: #245F9B; }
a { background-color: rgb(36,95,155); }
div.DivClassName
{
background-color: #245F9B;
}
.BgClassName
{
background-color: #245F9B;
}
</style>
border-color css
<style>
span { border-color: #245F9B; }
span { border-color: rgb(36,95,155); }
td.TdClassName
{
border-color: #245F9B;
}
.TagClassName
{
border-color: #245F9B;
}
</style>