Shades of Endeavour #256094
Tints of Endeavour #256094
RGB
CMYK
RGB Variations
Color information
#256094 (or 0x256094) is known color: Endeavour. HEX triplet: 25, 60 and 94. RGB value is (37,96,148). Sum of RGB (Red+Green+Blue) = 37+96+148=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #256094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256094 is #DA9F6B. Grayscale: #545454. Windows color (decimal): -14327660 or 9723941. OLE color: 9723941.
HSL color Cylindrical-coordinate representation of color #256094: hue angle of 208.11º 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 #256094 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 96 | 148 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.42 |
| HSL | 208.11º | 0.6% | 0.36% | - |
| HSV(B) | 208.11º | 0.75% | 0.58% | - |
| XYZ | 10.29 | 10.9 | 29.58 | - |
| YUV | 84.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 148 | 0.75 | 0.35 | 0 | 0.42 | 208.11 | 0.6 | 0.36 |
| Hex | 25 | 60 | 94 | 4B | 23 | 0 | 2A | D0 | 3C | 24 |
| Octal | 45 | 140 | 224 | 113 | 43 | 0 | 52 | 320 | 74 | 44 |
| Binary | 100101 | 1100000 | 10010100 | 1001011 | 100011 | 0 | 101010 | 11010000 | 111100 | 100100 |
Color Harmonies of #256094
Complementary color
Monochromatic Colors of #256094
Black with #256094
Text Example
Text Example
White with #256094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256094; }
p { color: rgb(37,96,148); }
H1.HeaderClassName
{
color: #256094;
}
.AnyTagClassName
{
color: #256094;
}
</style>
background-color css
<style>
a { background-color: #256094; }
a { background-color: rgb(37,96,148); }
div.DivClassName
{
background-color: #256094;
}
.BgClassName
{
background-color: #256094;
}
</style>
border-color css
<style>
span { border-color: #256094; }
span { border-color: rgb(37,96,148); }
td.TdClassName
{
border-color: #256094;
}
.TagClassName
{
border-color: #256094;
}
</style>