Shades of Endeavour #254BA0
Tints of Endeavour #254BA0
RGB
CMYK
RGB Variations
Color information
#254BA0 (or 0x254BA0) is known color: Endeavour. HEX triplet: 25, 4B and A0. RGB value is (37,75,160). Sum of RGB (Red+Green+Blue) = 37+75+160=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #254BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254BA0 is #DAB45F. Grayscale: #484848. Windows color (decimal): -14333024 or 10504997. OLE color: 10504997.
HSL color Cylindrical-coordinate representation of color #254BA0: hue angle of 221.46º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #254BA0 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 75 | 160 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.37 |
| HSL | 221.46º | 0.62% | 0.39% | - |
| HSV(B) | 221.46º | 0.77% | 0.63% | - |
| XYZ | 9.62 | 7.96 | 34.29 | - |
| YUV | 73.33 | 176.91 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 160 | 0.77 | 0.53 | 0 | 0.37 | 221.46 | 0.62 | 0.39 |
| Hex | 25 | 4B | A0 | 4D | 35 | 0 | 25 | DD | 3E | 27 |
| Octal | 45 | 113 | 240 | 115 | 65 | 0 | 45 | 335 | 76 | 47 |
| Binary | 100101 | 1001011 | 10100000 | 1001101 | 110101 | 0 | 100101 | 11011101 | 111110 | 100111 |
Color Harmonies of #254BA0
Complementary color
Monochromatic Colors of #254BA0
Black with #254BA0
Text Example
Text Example
White with #254BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BA0; }
p { color: rgb(37,75,160); }
H1.HeaderClassName
{
color: #254BA0;
}
.AnyTagClassName
{
color: #254BA0;
}
</style>
background-color css
<style>
a { background-color: #254BA0; }
a { background-color: rgb(37,75,160); }
div.DivClassName
{
background-color: #254BA0;
}
.BgClassName
{
background-color: #254BA0;
}
</style>
border-color css
<style>
span { border-color: #254BA0; }
span { border-color: rgb(37,75,160); }
td.TdClassName
{
border-color: #254BA0;
}
.TagClassName
{
border-color: #254BA0;
}
</style>