Shades of Endeavour #256293
Tints of Endeavour #256293
RGB
CMYK
RGB Variations
Color information
#256293 (or 0x256293) is known color: Endeavour. HEX triplet: 25, 62 and 93. RGB value is (37,98,147). Sum of RGB (Red+Green+Blue) = 37+98+147=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #256293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256293 is #DA9D6C. Grayscale: #555555. Windows color (decimal): -14327149 or 9658917. OLE color: 9658917.
HSL color Cylindrical-coordinate representation of color #256293: hue angle of 206.73º 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 #256293 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 98 | 147 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.42 |
| HSL | 206.73º | 0.6% | 0.36% | - |
| HSV(B) | 206.73º | 0.75% | 0.58% | - |
| XYZ | 10.4 | 11.24 | 29.22 | - |
| YUV | 85.35 | 162.79 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 147 | 0.75 | 0.33 | 0 | 0.42 | 206.73 | 0.6 | 0.36 |
| Hex | 25 | 62 | 93 | 4B | 21 | 0 | 2A | CF | 3C | 24 |
| Octal | 45 | 142 | 223 | 113 | 41 | 0 | 52 | 317 | 74 | 44 |
| Binary | 100101 | 1100010 | 10010011 | 1001011 | 100001 | 0 | 101010 | 11001111 | 111100 | 100100 |
Color Harmonies of #256293
Complementary color
Monochromatic Colors of #256293
Black with #256293
Text Example
Text Example
White with #256293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256293; }
p { color: rgb(37,98,147); }
H1.HeaderClassName
{
color: #256293;
}
.AnyTagClassName
{
color: #256293;
}
</style>
background-color css
<style>
a { background-color: #256293; }
a { background-color: rgb(37,98,147); }
div.DivClassName
{
background-color: #256293;
}
.BgClassName
{
background-color: #256293;
}
</style>
border-color css
<style>
span { border-color: #256293; }
span { border-color: rgb(37,98,147); }
td.TdClassName
{
border-color: #256293;
}
.TagClassName
{
border-color: #256293;
}
</style>