Shades of Endeavour #256493
Tints of Endeavour #256493
RGB
CMYK
RGB Variations
Color information
#256493 (or 0x256493) is known color: Endeavour. HEX triplet: 25, 64 and 93. RGB value is (37,100,147). Sum of RGB (Red+Green+Blue) = 37+100+147=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #256493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256493 is #DA9B6C. Grayscale: #565656. Windows color (decimal): -14326637 or 9659429. OLE color: 9659429.
HSL color Cylindrical-coordinate representation of color #256493: hue angle of 205.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 #256493 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 100 | 147 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.42 |
| HSL | 205.64º | 0.6% | 0.36% | - |
| HSV(B) | 205.64º | 0.75% | 0.58% | - |
| XYZ | 10.59 | 11.61 | 29.29 | - |
| YUV | 86.52 | 162.13 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 147 | 0.75 | 0.32 | 0 | 0.42 | 205.64 | 0.6 | 0.36 |
| Hex | 25 | 64 | 93 | 4B | 20 | 0 | 2A | CE | 3C | 24 |
| Octal | 45 | 144 | 223 | 113 | 40 | 0 | 52 | 316 | 74 | 44 |
| Binary | 100101 | 1100100 | 10010011 | 1001011 | 100000 | 0 | 101010 | 11001110 | 111100 | 100100 |
Color Harmonies of #256493
Complementary color
Monochromatic Colors of #256493
Black with #256493
Text Example
Text Example
White with #256493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256493; }
p { color: rgb(37,100,147); }
H1.HeaderClassName
{
color: #256493;
}
.AnyTagClassName
{
color: #256493;
}
</style>
background-color css
<style>
a { background-color: #256493; }
a { background-color: rgb(37,100,147); }
div.DivClassName
{
background-color: #256493;
}
.BgClassName
{
background-color: #256493;
}
</style>
border-color css
<style>
span { border-color: #256493; }
span { border-color: rgb(37,100,147); }
td.TdClassName
{
border-color: #256493;
}
.TagClassName
{
border-color: #256493;
}
</style>