Shades of Endeavour #256393
Tints of Endeavour #256393
RGB
CMYK
RGB Variations
Color information
#256393 (or 0x256393) is known color: Endeavour. HEX triplet: 25, 63 and 93. RGB value is (37,99,147). Sum of RGB (Red+Green+Blue) = 37+99+147=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #256393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256393 is #DA9C6C. Grayscale: #555555. Windows color (decimal): -14326893 or 9659173. OLE color: 9659173.
HSL color Cylindrical-coordinate representation of color #256393: hue angle of 206.18º 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 #256393 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 99 | 147 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.42 |
| HSL | 206.18º | 0.6% | 0.36% | - |
| HSV(B) | 206.18º | 0.75% | 0.58% | - |
| XYZ | 10.49 | 11.42 | 29.26 | - |
| YUV | 85.93 | 162.46 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 147 | 0.75 | 0.33 | 0 | 0.42 | 206.18 | 0.6 | 0.36 |
| Hex | 25 | 63 | 93 | 4B | 21 | 0 | 2A | CE | 3C | 24 |
| Octal | 45 | 143 | 223 | 113 | 41 | 0 | 52 | 316 | 74 | 44 |
| Binary | 100101 | 1100011 | 10010011 | 1001011 | 100001 | 0 | 101010 | 11001110 | 111100 | 100100 |
Color Harmonies of #256393
Complementary color
Monochromatic Colors of #256393
Black with #256393
Text Example
Text Example
White with #256393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256393; }
p { color: rgb(37,99,147); }
H1.HeaderClassName
{
color: #256393;
}
.AnyTagClassName
{
color: #256393;
}
</style>
background-color css
<style>
a { background-color: #256393; }
a { background-color: rgb(37,99,147); }
div.DivClassName
{
background-color: #256393;
}
.BgClassName
{
background-color: #256393;
}
</style>
border-color css
<style>
span { border-color: #256393; }
span { border-color: rgb(37,99,147); }
td.TdClassName
{
border-color: #256393;
}
.TagClassName
{
border-color: #256393;
}
</style>