Shades of Endeavour #255993
Tints of Endeavour #255993
RGB
CMYK
RGB Variations
Color information
#255993 (or 0x255993) is known color: Endeavour. HEX triplet: 25, 59 and 93. RGB value is (37,89,147). Sum of RGB (Red+Green+Blue) = 37+89+147=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #255993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255993 is #DAA66C. Grayscale: #4F4F4F. Windows color (decimal): -14329453 or 9656613. OLE color: 9656613.
HSL color Cylindrical-coordinate representation of color #255993: hue angle of 211.64º 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 #255993 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 89 | 147 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.42 |
| HSL | 211.64º | 0.6% | 0.36% | - |
| HSV(B) | 211.64º | 0.75% | 0.58% | - |
| XYZ | 9.6 | 9.64 | 28.96 | - |
| YUV | 80.06 | 165.77 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 89 | 147 | 0.75 | 0.39 | 0 | 0.42 | 211.64 | 0.6 | 0.36 |
| Hex | 25 | 59 | 93 | 4B | 27 | 0 | 2A | D4 | 3C | 24 |
| Octal | 45 | 131 | 223 | 113 | 47 | 0 | 52 | 324 | 74 | 44 |
| Binary | 100101 | 1011001 | 10010011 | 1001011 | 100111 | 0 | 101010 | 11010100 | 111100 | 100100 |
Color Harmonies of #255993
Complementary color
Monochromatic Colors of #255993
Black with #255993
Text Example
Text Example
White with #255993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255993; }
p { color: rgb(37,89,147); }
H1.HeaderClassName
{
color: #255993;
}
.AnyTagClassName
{
color: #255993;
}
</style>
background-color css
<style>
a { background-color: #255993; }
a { background-color: rgb(37,89,147); }
div.DivClassName
{
background-color: #255993;
}
.BgClassName
{
background-color: #255993;
}
</style>
border-color css
<style>
span { border-color: #255993; }
span { border-color: rgb(37,89,147); }
td.TdClassName
{
border-color: #255993;
}
.TagClassName
{
border-color: #255993;
}
</style>