Shades of Endeavour #256195
Tints of Endeavour #256195
RGB
CMYK
RGB Variations
Color information
#256195 (or 0x256195) is known color: Endeavour. HEX triplet: 25, 61 and 95. RGB value is (37,97,149). Sum of RGB (Red+Green+Blue) = 37+97+149=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #256195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256195 is #DA9E6A. Grayscale: #545454. Windows color (decimal): -14327403 or 9789733. OLE color: 9789733.
HSL color Cylindrical-coordinate representation of color #256195: hue angle of 207.86º 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 #256195 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 97 | 149 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.42 |
| HSL | 207.86º | 0.6% | 0.36% | - |
| HSV(B) | 207.86º | 0.75% | 0.58% | - |
| XYZ | 10.46 | 11.11 | 30.03 | - |
| YUV | 84.99 | 164.12 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 149 | 0.75 | 0.35 | 0 | 0.42 | 207.86 | 0.6 | 0.36 |
| Hex | 25 | 61 | 95 | 4B | 23 | 0 | 2A | D0 | 3C | 24 |
| Octal | 45 | 141 | 225 | 113 | 43 | 0 | 52 | 320 | 74 | 44 |
| Binary | 100101 | 1100001 | 10010101 | 1001011 | 100011 | 0 | 101010 | 11010000 | 111100 | 100100 |
Color Harmonies of #256195
Complementary color
Monochromatic Colors of #256195
Black with #256195
Text Example
Text Example
White with #256195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256195; }
p { color: rgb(37,97,149); }
H1.HeaderClassName
{
color: #256195;
}
.AnyTagClassName
{
color: #256195;
}
</style>
background-color css
<style>
a { background-color: #256195; }
a { background-color: rgb(37,97,149); }
div.DivClassName
{
background-color: #256195;
}
.BgClassName
{
background-color: #256195;
}
</style>
border-color css
<style>
span { border-color: #256195; }
span { border-color: rgb(37,97,149); }
td.TdClassName
{
border-color: #256195;
}
.TagClassName
{
border-color: #256195;
}
</style>