Shades of Endeavour #256395
Tints of Endeavour #256395
RGB
CMYK
RGB Variations
Color information
#256395 (or 0x256395) is known color: Endeavour. HEX triplet: 25, 63 and 95. RGB value is (37,99,149). Sum of RGB (Red+Green+Blue) = 37+99+149=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #256395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256395 is #DA9C6A. Grayscale: #555555. Windows color (decimal): -14326891 or 9790245. OLE color: 9790245.
HSL color Cylindrical-coordinate representation of color #256395: hue angle of 206.79º 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 #256395 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 99 | 149 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.42 |
| HSL | 206.79º | 0.6% | 0.36% | - |
| HSV(B) | 206.79º | 0.75% | 0.58% | - |
| XYZ | 10.65 | 11.49 | 30.09 | - |
| YUV | 86.16 | 163.46 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 149 | 0.75 | 0.34 | 0 | 0.42 | 206.79 | 0.6 | 0.36 |
| Hex | 25 | 63 | 95 | 4B | 22 | 0 | 2A | CF | 3C | 24 |
| Octal | 45 | 143 | 225 | 113 | 42 | 0 | 52 | 317 | 74 | 44 |
| Binary | 100101 | 1100011 | 10010101 | 1001011 | 100010 | 0 | 101010 | 11001111 | 111100 | 100100 |
Color Harmonies of #256395
Complementary color
Monochromatic Colors of #256395
Black with #256395
Text Example
Text Example
White with #256395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256395; }
p { color: rgb(37,99,149); }
H1.HeaderClassName
{
color: #256395;
}
.AnyTagClassName
{
color: #256395;
}
</style>
background-color css
<style>
a { background-color: #256395; }
a { background-color: rgb(37,99,149); }
div.DivClassName
{
background-color: #256395;
}
.BgClassName
{
background-color: #256395;
}
</style>
border-color css
<style>
span { border-color: #256395; }
span { border-color: rgb(37,99,149); }
td.TdClassName
{
border-color: #256395;
}
.TagClassName
{
border-color: #256395;
}
</style>