Shades of Endeavour #256492
Tints of Endeavour #256492
RGB
CMYK
RGB Variations
Color information
#256492 (or 0x256492) is known color: Endeavour. HEX triplet: 25, 64 and 92. RGB value is (37,100,146). Sum of RGB (Red+Green+Blue) = 37+100+146=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #256492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256492 is #DA9B6D. Grayscale: #565656. Windows color (decimal): -14326638 or 9593893. OLE color: 9593893.
HSL color Cylindrical-coordinate representation of color #256492: hue angle of 205.32º 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 #256492 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 100 | 146 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.43 |
| HSL | 205.32º | 0.6% | 0.36% | - |
| HSV(B) | 205.32º | 0.75% | 0.57% | - |
| XYZ | 10.51 | 11.58 | 28.88 | - |
| YUV | 86.41 | 161.63 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 146 | 0.75 | 0.32 | 0 | 0.43 | 205.32 | 0.6 | 0.36 |
| Hex | 25 | 64 | 92 | 4B | 20 | 0 | 2B | CD | 3C | 24 |
| Octal | 45 | 144 | 222 | 113 | 40 | 0 | 53 | 315 | 74 | 44 |
| Binary | 100101 | 1100100 | 10010010 | 1001011 | 100000 | 0 | 101011 | 11001101 | 111100 | 100100 |
Color Harmonies of #256492
Complementary color
Monochromatic Colors of #256492
Black with #256492
Text Example
Text Example
White with #256492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256492; }
p { color: rgb(37,100,146); }
H1.HeaderClassName
{
color: #256492;
}
.AnyTagClassName
{
color: #256492;
}
</style>
background-color css
<style>
a { background-color: #256492; }
a { background-color: rgb(37,100,146); }
div.DivClassName
{
background-color: #256492;
}
.BgClassName
{
background-color: #256492;
}
</style>
border-color css
<style>
span { border-color: #256492; }
span { border-color: rgb(37,100,146); }
td.TdClassName
{
border-color: #256492;
}
.TagClassName
{
border-color: #256492;
}
</style>