Shades of Endeavour #256793
Tints of Endeavour #256793
RGB
CMYK
RGB Variations
Color information
#256793 (or 0x256793) is known color: Endeavour. HEX triplet: 25, 67 and 93. RGB value is (37,103,147). Sum of RGB (Red+Green+Blue) = 37+103+147=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #256793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256793 is #DA986C. Grayscale: #585858. Windows color (decimal): -14325869 or 9660197. OLE color: 9660197.
HSL color Cylindrical-coordinate representation of color #256793: hue angle of 204º 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 #256793 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 103 | 147 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.42 |
| HSL | 204º | 0.6% | 0.36% | - |
| HSV(B) | 204º | 0.75% | 0.58% | - |
| XYZ | 10.88 | 12.2 | 29.39 | - |
| YUV | 88.28 | 161.13 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 103 | 147 | 0.75 | 0.30 | 0 | 0.42 | 204 | 0.6 | 0.36 |
| Hex | 25 | 67 | 93 | 4B | 1E | 0 | 2A | CC | 3C | 24 |
| Octal | 45 | 147 | 223 | 113 | 36 | 0 | 52 | 314 | 74 | 44 |
| Binary | 100101 | 1100111 | 10010011 | 1001011 | 11110 | 0 | 101010 | 11001100 | 111100 | 100100 |
Color Harmonies of #256793
Complementary color
Monochromatic Colors of #256793
Black with #256793
Text Example
Text Example
White with #256793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256793; }
p { color: rgb(37,103,147); }
H1.HeaderClassName
{
color: #256793;
}
.AnyTagClassName
{
color: #256793;
}
</style>
background-color css
<style>
a { background-color: #256793; }
a { background-color: rgb(37,103,147); }
div.DivClassName
{
background-color: #256793;
}
.BgClassName
{
background-color: #256793;
}
</style>
border-color css
<style>
span { border-color: #256793; }
span { border-color: rgb(37,103,147); }
td.TdClassName
{
border-color: #256793;
}
.TagClassName
{
border-color: #256793;
}
</style>