Shades of Endeavour #256594
Tints of Endeavour #256594
RGB
CMYK
RGB Variations
Color information
#256594 (or 0x256594) is known color: Endeavour. HEX triplet: 25, 65 and 94. RGB value is (37,101,148). Sum of RGB (Red+Green+Blue) = 37+101+148=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #256594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256594 is #DA9A6B. Grayscale: #565656. Windows color (decimal): -14326380 or 9725221. OLE color: 9725221.
HSL color Cylindrical-coordinate representation of color #256594: hue angle of 205.41º 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 #256594 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 101 | 148 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.42 |
| HSL | 205.41º | 0.6% | 0.36% | - |
| HSV(B) | 205.41º | 0.75% | 0.58% | - |
| XYZ | 10.76 | 11.84 | 29.73 | - |
| YUV | 87.22 | 162.3 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 148 | 0.75 | 0.32 | 0 | 0.42 | 205.41 | 0.6 | 0.36 |
| Hex | 25 | 65 | 94 | 4B | 20 | 0 | 2A | CD | 3C | 24 |
| Octal | 45 | 145 | 224 | 113 | 40 | 0 | 52 | 315 | 74 | 44 |
| Binary | 100101 | 1100101 | 10010100 | 1001011 | 100000 | 0 | 101010 | 11001101 | 111100 | 100100 |
Color Harmonies of #256594
Complementary color
Monochromatic Colors of #256594
Black with #256594
Text Example
Text Example
White with #256594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256594; }
p { color: rgb(37,101,148); }
H1.HeaderClassName
{
color: #256594;
}
.AnyTagClassName
{
color: #256594;
}
</style>
background-color css
<style>
a { background-color: #256594; }
a { background-color: rgb(37,101,148); }
div.DivClassName
{
background-color: #256594;
}
.BgClassName
{
background-color: #256594;
}
</style>
border-color css
<style>
span { border-color: #256594; }
span { border-color: rgb(37,101,148); }
td.TdClassName
{
border-color: #256594;
}
.TagClassName
{
border-color: #256594;
}
</style>