Shades of Endeavour #254B9A
Tints of Endeavour #254B9A
RGB
CMYK
RGB Variations
Color information
#254B9A (or 0x254B9A) is known color: Endeavour. HEX triplet: 25, 4B and 9A. RGB value is (37,75,154). Sum of RGB (Red+Green+Blue) = 37+75+154=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #254B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254B9A is #DAB465. Grayscale: #484848. Windows color (decimal): -14333030 or 10111781. OLE color: 10111781.
HSL color Cylindrical-coordinate representation of color #254B9A: hue angle of 220.51º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #254B9A is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 75 | 154 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.40 |
| HSL | 220.51º | 0.61% | 0.37% | - |
| HSV(B) | 220.51º | 0.76% | 0.6% | - |
| XYZ | 9.11 | 7.76 | 31.59 | - |
| YUV | 72.64 | 173.91 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 154 | 0.76 | 0.51 | 0 | 0.40 | 220.51 | 0.61 | 0.37 |
| Hex | 25 | 4B | 9A | 4C | 33 | 0 | 28 | DD | 3D | 25 |
| Octal | 45 | 113 | 232 | 114 | 63 | 0 | 50 | 335 | 75 | 45 |
| Binary | 100101 | 1001011 | 10011010 | 1001100 | 110011 | 0 | 101000 | 11011101 | 111101 | 100101 |
Color Harmonies of #254B9A
Complementary color
Monochromatic Colors of #254B9A
Black with #254B9A
Text Example
Text Example
White with #254B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254B9A; }
p { color: rgb(37,75,154); }
H1.HeaderClassName
{
color: #254B9A;
}
.AnyTagClassName
{
color: #254B9A;
}
</style>
background-color css
<style>
a { background-color: #254B9A; }
a { background-color: rgb(37,75,154); }
div.DivClassName
{
background-color: #254B9A;
}
.BgClassName
{
background-color: #254B9A;
}
</style>
border-color css
<style>
span { border-color: #254B9A; }
span { border-color: rgb(37,75,154); }
td.TdClassName
{
border-color: #254B9A;
}
.TagClassName
{
border-color: #254B9A;
}
</style>