Shades of Endeavour #255493
Tints of Endeavour #255493
RGB
CMYK
RGB Variations
Color information
#255493 (or 0x255493) is known color: Endeavour. HEX triplet: 25, 54 and 93. RGB value is (37,84,147). Sum of RGB (Red+Green+Blue) = 37+84+147=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #255493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255493 is #DAAB6C. Grayscale: #4C4C4C. Windows color (decimal): -14330733 or 9655333. OLE color: 9655333.
HSL color Cylindrical-coordinate representation of color #255493: hue angle of 214.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255493 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 84 | 147 | - |
| CMYK | 0.75 | 0.43 | 0 | 0.42 |
| HSL | 214.36º | 0.6% | 0.36% | - |
| HSV(B) | 214.36º | 0.75% | 0.58% | - |
| XYZ | 9.2 | 8.84 | 28.83 | - |
| YUV | 77.13 | 167.43 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 84 | 147 | 0.75 | 0.43 | 0 | 0.42 | 214.36 | 0.6 | 0.36 |
| Hex | 25 | 54 | 93 | 4B | 2B | 0 | 2A | D6 | 3C | 24 |
| Octal | 45 | 124 | 223 | 113 | 53 | 0 | 52 | 326 | 74 | 44 |
| Binary | 100101 | 1010100 | 10010011 | 1001011 | 101011 | 0 | 101010 | 11010110 | 111100 | 100100 |
Color Harmonies of #255493
Complementary color
Monochromatic Colors of #255493
Black with #255493
Text Example
Text Example
White with #255493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255493; }
p { color: rgb(37,84,147); }
H1.HeaderClassName
{
color: #255493;
}
.AnyTagClassName
{
color: #255493;
}
</style>
background-color css
<style>
a { background-color: #255493; }
a { background-color: rgb(37,84,147); }
div.DivClassName
{
background-color: #255493;
}
.BgClassName
{
background-color: #255493;
}
</style>
border-color css
<style>
span { border-color: #255493; }
span { border-color: rgb(37,84,147); }
td.TdClassName
{
border-color: #255493;
}
.TagClassName
{
border-color: #255493;
}
</style>