Shades of Endeavour #254B8E
Tints of Endeavour #254B8E
RGB
CMYK
RGB Variations
Color information
#254B8E (or 0x254B8E) is known color: Endeavour. HEX triplet: 25, 4B and 8E. RGB value is (37,75,142). Sum of RGB (Red+Green+Blue) = 37+75+142=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #254B8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254B8E is #DAB471. Grayscale: #464646. Windows color (decimal): -14333042 or 9325349. OLE color: 9325349.
HSL color Cylindrical-coordinate representation of color #254B8E: hue angle of 218.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #254B8E is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 75 | 142 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.44 |
| HSL | 218.29º | 0.59% | 0.35% | - |
| HSV(B) | 218.29º | 0.74% | 0.56% | - |
| XYZ | 8.16 | 7.38 | 26.59 | - |
| YUV | 71.28 | 167.91 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 142 | 0.74 | 0.47 | 0 | 0.44 | 218.29 | 0.59 | 0.35 |
| Hex | 25 | 4B | 8E | 4A | 2F | 0 | 2C | DA | 3B | 23 |
| Octal | 45 | 113 | 216 | 112 | 57 | 0 | 54 | 332 | 73 | 43 |
| Binary | 100101 | 1001011 | 10001110 | 1001010 | 101111 | 0 | 101100 | 11011010 | 111011 | 100011 |
Color Harmonies of #254B8E
Complementary color
Monochromatic Colors of #254B8E
Black with #254B8E
Text Example
Text Example
White with #254B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254B8E; }
p { color: rgb(37,75,142); }
H1.HeaderClassName
{
color: #254B8E;
}
.AnyTagClassName
{
color: #254B8E;
}
</style>
background-color css
<style>
a { background-color: #254B8E; }
a { background-color: rgb(37,75,142); }
div.DivClassName
{
background-color: #254B8E;
}
.BgClassName
{
background-color: #254B8E;
}
</style>
border-color css
<style>
span { border-color: #254B8E; }
span { border-color: rgb(37,75,142); }
td.TdClassName
{
border-color: #254B8E;
}
.TagClassName
{
border-color: #254B8E;
}
</style>