Shades of Endeavour #256596
Tints of Endeavour #256596
RGB
CMYK
RGB Variations
Color information
#256596 (or 0x256596) is known color: Endeavour. HEX triplet: 25, 65 and 96. RGB value is (37,101,150). Sum of RGB (Red+Green+Blue) = 37+101+150=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #256596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256596 is #DA9A69. Grayscale: #575757. Windows color (decimal): -14326378 or 9856293. OLE color: 9856293.
HSL color Cylindrical-coordinate representation of color #256596: hue angle of 206.02º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256596 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 101 | 150 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.41 |
| HSL | 206.02º | 0.6% | 0.37% | - |
| HSV(B) | 206.02º | 0.75% | 0.59% | - |
| XYZ | 10.92 | 11.9 | 30.58 | - |
| YUV | 87.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 150 | 0.75 | 0.33 | 0 | 0.41 | 206.02 | 0.6 | 0.37 |
| Hex | 25 | 65 | 96 | 4B | 21 | 0 | 29 | CE | 3C | 25 |
| Octal | 45 | 145 | 226 | 113 | 41 | 0 | 51 | 316 | 74 | 45 |
| Binary | 100101 | 1100101 | 10010110 | 1001011 | 100001 | 0 | 101001 | 11001110 | 111100 | 100101 |
Color Harmonies of #256596
Complementary color
Monochromatic Colors of #256596
Black with #256596
Text Example
Text Example
White with #256596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256596; }
p { color: rgb(37,101,150); }
H1.HeaderClassName
{
color: #256596;
}
.AnyTagClassName
{
color: #256596;
}
</style>
background-color css
<style>
a { background-color: #256596; }
a { background-color: rgb(37,101,150); }
div.DivClassName
{
background-color: #256596;
}
.BgClassName
{
background-color: #256596;
}
</style>
border-color css
<style>
span { border-color: #256596; }
span { border-color: rgb(37,101,150); }
td.TdClassName
{
border-color: #256596;
}
.TagClassName
{
border-color: #256596;
}
</style>