Shades of Endeavour #254F83
Tints of Endeavour #254F83
RGB
CMYK
RGB Variations
Color information
#254F83 (or 0x254F83) is known color: Endeavour. HEX triplet: 25, 4F and 83. RGB value is (37,79,131). Sum of RGB (Red+Green+Blue) = 37+79+131=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #254F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254F83 is #DAB07C. Grayscale: #484848. Windows color (decimal): -14332029 or 8605477. OLE color: 8605477.
HSL color Cylindrical-coordinate representation of color #254F83: hue angle of 213.19º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #254F83 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 79 | 131 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.49 |
| HSL | 213.19º | 0.56% | 0.33% | - |
| HSV(B) | 213.19º | 0.72% | 0.51% | - |
| XYZ | 7.66 | 7.62 | 22.54 | - |
| YUV | 72.37 | 161.09 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 131 | 0.72 | 0.40 | 0 | 0.49 | 213.19 | 0.56 | 0.33 |
| Hex | 25 | 4F | 83 | 48 | 28 | 0 | 31 | D5 | 38 | 21 |
| Octal | 45 | 117 | 203 | 110 | 50 | 0 | 61 | 325 | 70 | 41 |
| Binary | 100101 | 1001111 | 10000011 | 1001000 | 101000 | 0 | 110001 | 11010101 | 111000 | 100001 |
Color Harmonies of #254F83
Complementary color
Monochromatic Colors of #254F83
Black with #254F83
Text Example
Text Example
White with #254F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254F83; }
p { color: rgb(37,79,131); }
H1.HeaderClassName
{
color: #254F83;
}
.AnyTagClassName
{
color: #254F83;
}
</style>
background-color css
<style>
a { background-color: #254F83; }
a { background-color: rgb(37,79,131); }
div.DivClassName
{
background-color: #254F83;
}
.BgClassName
{
background-color: #254F83;
}
</style>
border-color css
<style>
span { border-color: #254F83; }
span { border-color: rgb(37,79,131); }
td.TdClassName
{
border-color: #254F83;
}
.TagClassName
{
border-color: #254F83;
}
</style>