Shades of Endeavour #254E8C
Tints of Endeavour #254E8C
RGB
CMYK
RGB Variations
Color information
#254E8C (or 0x254E8C) is known color: Endeavour. HEX triplet: 25, 4E and 8C. RGB value is (37,78,140). Sum of RGB (Red+Green+Blue) = 37+78+140=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #254E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254E8C is #DAB173. Grayscale: #484848. Windows color (decimal): -14332276 or 9195045. OLE color: 9195045.
HSL color Cylindrical-coordinate representation of color #254E8C: hue angle of 216.12º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #254E8C is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 78 | 140 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.45 |
| HSL | 216.12º | 0.58% | 0.35% | - |
| HSV(B) | 216.12º | 0.74% | 0.55% | - |
| XYZ | 8.22 | 7.74 | 25.87 | - |
| YUV | 72.81 | 165.92 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 78 | 140 | 0.74 | 0.44 | 0 | 0.45 | 216.12 | 0.58 | 0.35 |
| Hex | 25 | 4E | 8C | 4A | 2C | 0 | 2D | D8 | 3A | 23 |
| Octal | 45 | 116 | 214 | 112 | 54 | 0 | 55 | 330 | 72 | 43 |
| Binary | 100101 | 1001110 | 10001100 | 1001010 | 101100 | 0 | 101101 | 11011000 | 111010 | 100011 |
Color Harmonies of #254E8C
Complementary color
Monochromatic Colors of #254E8C
Black with #254E8C
Text Example
Text Example
White with #254E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254E8C; }
p { color: rgb(37,78,140); }
H1.HeaderClassName
{
color: #254E8C;
}
.AnyTagClassName
{
color: #254E8C;
}
</style>
background-color css
<style>
a { background-color: #254E8C; }
a { background-color: rgb(37,78,140); }
div.DivClassName
{
background-color: #254E8C;
}
.BgClassName
{
background-color: #254E8C;
}
</style>
border-color css
<style>
span { border-color: #254E8C; }
span { border-color: rgb(37,78,140); }
td.TdClassName
{
border-color: #254E8C;
}
.TagClassName
{
border-color: #254E8C;
}
</style>