Shades of Endeavour #254B92
Tints of Endeavour #254B92
RGB
CMYK
RGB Variations
Color information
#254B92 (or 0x254B92) is known color: Endeavour. HEX triplet: 25, 4B and 92. RGB value is (37,75,146). Sum of RGB (Red+Green+Blue) = 37+75+146=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #254B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254B92 is #DAB46D. Grayscale: #474747. Windows color (decimal): -14333038 or 9587493. OLE color: 9587493.
HSL color Cylindrical-coordinate representation of color #254B92: hue angle of 219.08º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #254B92 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 75 | 146 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.43 |
| HSL | 219.08º | 0.6% | 0.36% | - |
| HSV(B) | 219.08º | 0.75% | 0.57% | - |
| XYZ | 8.47 | 7.5 | 28.2 | - |
| YUV | 71.73 | 169.91 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 146 | 0.75 | 0.49 | 0 | 0.43 | 219.08 | 0.6 | 0.36 |
| Hex | 25 | 4B | 92 | 4B | 31 | 0 | 2B | DB | 3C | 24 |
| Octal | 45 | 113 | 222 | 113 | 61 | 0 | 53 | 333 | 74 | 44 |
| Binary | 100101 | 1001011 | 10010010 | 1001011 | 110001 | 0 | 101011 | 11011011 | 111100 | 100100 |
Color Harmonies of #254B92
Complementary color
Monochromatic Colors of #254B92
Black with #254B92
Text Example
Text Example
White with #254B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254B92; }
p { color: rgb(37,75,146); }
H1.HeaderClassName
{
color: #254B92;
}
.AnyTagClassName
{
color: #254B92;
}
</style>
background-color css
<style>
a { background-color: #254B92; }
a { background-color: rgb(37,75,146); }
div.DivClassName
{
background-color: #254B92;
}
.BgClassName
{
background-color: #254B92;
}
</style>
border-color css
<style>
span { border-color: #254B92; }
span { border-color: rgb(37,75,146); }
td.TdClassName
{
border-color: #254B92;
}
.TagClassName
{
border-color: #254B92;
}
</style>