Shades of Endeavour #256098
Tints of Endeavour #256098
RGB
CMYK
RGB Variations
Color information
#256098 (or 0x256098) is known color: Endeavour. HEX triplet: 25, 60 and 98. RGB value is (37,96,152). Sum of RGB (Red+Green+Blue) = 37+96+152=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #256098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256098 is #DA9F67. Grayscale: #545454. Windows color (decimal): -14327656 or 9986085. OLE color: 9986085.
HSL color Cylindrical-coordinate representation of color #256098: hue angle of 209.22º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #256098 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 96 | 152 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.40 |
| HSL | 209.22º | 0.61% | 0.37% | - |
| HSV(B) | 209.22º | 0.76% | 0.6% | - |
| XYZ | 10.61 | 11.03 | 31.27 | - |
| YUV | 84.74 | 165.95 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 96 | 152 | 0.76 | 0.37 | 0 | 0.40 | 209.22 | 0.61 | 0.37 |
| Hex | 25 | 60 | 98 | 4C | 25 | 0 | 28 | D1 | 3D | 25 |
| Octal | 45 | 140 | 230 | 114 | 45 | 0 | 50 | 321 | 75 | 45 |
| Binary | 100101 | 1100000 | 10011000 | 1001100 | 100101 | 0 | 101000 | 11010001 | 111101 | 100101 |
Color Harmonies of #256098
Complementary color
Monochromatic Colors of #256098
Black with #256098
Text Example
Text Example
White with #256098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256098; }
p { color: rgb(37,96,152); }
H1.HeaderClassName
{
color: #256098;
}
.AnyTagClassName
{
color: #256098;
}
</style>
background-color css
<style>
a { background-color: #256098; }
a { background-color: rgb(37,96,152); }
div.DivClassName
{
background-color: #256098;
}
.BgClassName
{
background-color: #256098;
}
</style>
border-color css
<style>
span { border-color: #256098; }
span { border-color: rgb(37,96,152); }
td.TdClassName
{
border-color: #256098;
}
.TagClassName
{
border-color: #256098;
}
</style>