Shades of Endeavour #256192
Tints of Endeavour #256192
RGB
CMYK
RGB Variations
Color information
#256192 (or 0x256192) is known color: Endeavour. HEX triplet: 25, 61 and 92. RGB value is (37,97,146). Sum of RGB (Red+Green+Blue) = 37+97+146=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #256192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256192 is #DA9E6D. Grayscale: #545454. Windows color (decimal): -14327406 or 9593125. OLE color: 9593125.
HSL color Cylindrical-coordinate representation of color #256192: hue angle of 206.97º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256192 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 97 | 146 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.43 |
| HSL | 206.97º | 0.6% | 0.36% | - |
| HSV(B) | 206.97º | 0.75% | 0.57% | - |
| XYZ | 10.23 | 11.02 | 28.78 | - |
| YUV | 84.65 | 162.62 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 97 | 146 | 0.75 | 0.34 | 0 | 0.43 | 206.97 | 0.6 | 0.36 |
| Hex | 25 | 61 | 92 | 4B | 22 | 0 | 2B | CF | 3C | 24 |
| Octal | 45 | 141 | 222 | 113 | 42 | 0 | 53 | 317 | 74 | 44 |
| Binary | 100101 | 1100001 | 10010010 | 1001011 | 100010 | 0 | 101011 | 11001111 | 111100 | 100100 |
Color Harmonies of #256192
Complementary color
Monochromatic Colors of #256192
Black with #256192
Text Example
Text Example
White with #256192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256192; }
p { color: rgb(37,97,146); }
H1.HeaderClassName
{
color: #256192;
}
.AnyTagClassName
{
color: #256192;
}
</style>
background-color css
<style>
a { background-color: #256192; }
a { background-color: rgb(37,97,146); }
div.DivClassName
{
background-color: #256192;
}
.BgClassName
{
background-color: #256192;
}
</style>
border-color css
<style>
span { border-color: #256192; }
span { border-color: rgb(37,97,146); }
td.TdClassName
{
border-color: #256192;
}
.TagClassName
{
border-color: #256192;
}
</style>