Shades of Endeavour #256398
Tints of Endeavour #256398
RGB
CMYK
RGB Variations
Color information
#256398 (or 0x256398) is known color: Endeavour. HEX triplet: 25, 63 and 98. RGB value is (37,99,152). Sum of RGB (Red+Green+Blue) = 37+99+152=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #256398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256398 is #DA9C67. Grayscale: #565656. Windows color (decimal): -14326888 or 9986853. OLE color: 9986853.
HSL color Cylindrical-coordinate representation of color #256398: hue angle of 207.65º 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 #256398 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 99 | 152 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.40 |
| HSL | 207.65º | 0.61% | 0.37% | - |
| HSV(B) | 207.65º | 0.76% | 0.6% | - |
| XYZ | 10.89 | 11.58 | 31.37 | - |
| YUV | 86.5 | 164.96 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 152 | 0.76 | 0.35 | 0 | 0.40 | 207.65 | 0.61 | 0.37 |
| Hex | 25 | 63 | 98 | 4C | 23 | 0 | 28 | D0 | 3D | 25 |
| Octal | 45 | 143 | 230 | 114 | 43 | 0 | 50 | 320 | 75 | 45 |
| Binary | 100101 | 1100011 | 10011000 | 1001100 | 100011 | 0 | 101000 | 11010000 | 111101 | 100101 |
Color Harmonies of #256398
Complementary color
Monochromatic Colors of #256398
Black with #256398
Text Example
Text Example
White with #256398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256398; }
p { color: rgb(37,99,152); }
H1.HeaderClassName
{
color: #256398;
}
.AnyTagClassName
{
color: #256398;
}
</style>
background-color css
<style>
a { background-color: #256398; }
a { background-color: rgb(37,99,152); }
div.DivClassName
{
background-color: #256398;
}
.BgClassName
{
background-color: #256398;
}
</style>
border-color css
<style>
span { border-color: #256398; }
span { border-color: rgb(37,99,152); }
td.TdClassName
{
border-color: #256398;
}
.TagClassName
{
border-color: #256398;
}
</style>