Shades of Endeavour #256392
Tints of Endeavour #256392
RGB
CMYK
RGB Variations
Color information
#256392 (or 0x256392) is known color: Endeavour. HEX triplet: 25, 63 and 92. RGB value is (37,99,146). Sum of RGB (Red+Green+Blue) = 37+99+146=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #256392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256392 is #DA9C6D. Grayscale: #555555. Windows color (decimal): -14326894 or 9593637. OLE color: 9593637.
HSL color Cylindrical-coordinate representation of color #256392: hue angle of 205.87º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256392 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 99 | 146 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.43 |
| HSL | 205.87º | 0.6% | 0.36% | - |
| HSV(B) | 205.87º | 0.75% | 0.57% | - |
| XYZ | 10.41 | 11.39 | 28.84 | - |
| YUV | 85.82 | 161.96 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 146 | 0.75 | 0.32 | 0 | 0.43 | 205.87 | 0.6 | 0.36 |
| Hex | 25 | 63 | 92 | 4B | 20 | 0 | 2B | CE | 3C | 24 |
| Octal | 45 | 143 | 222 | 113 | 40 | 0 | 53 | 316 | 74 | 44 |
| Binary | 100101 | 1100011 | 10010010 | 1001011 | 100000 | 0 | 101011 | 11001110 | 111100 | 100100 |
Color Harmonies of #256392
Complementary color
Monochromatic Colors of #256392
Black with #256392
Text Example
Text Example
White with #256392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256392; }
p { color: rgb(37,99,146); }
H1.HeaderClassName
{
color: #256392;
}
.AnyTagClassName
{
color: #256392;
}
</style>
background-color css
<style>
a { background-color: #256392; }
a { background-color: rgb(37,99,146); }
div.DivClassName
{
background-color: #256392;
}
.BgClassName
{
background-color: #256392;
}
</style>
border-color css
<style>
span { border-color: #256392; }
span { border-color: rgb(37,99,146); }
td.TdClassName
{
border-color: #256392;
}
.TagClassName
{
border-color: #256392;
}
</style>