Shades of Endeavour #256391
Tints of Endeavour #256391
RGB
CMYK
RGB Variations
Color information
#256391 (or 0x256391) is known color: Endeavour. HEX triplet: 25, 63 and 91. RGB value is (37,99,145). Sum of RGB (Red+Green+Blue) = 37+99+145=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #256391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256391 is #DA9C6E. Grayscale: #555555. Windows color (decimal): -14326895 or 9528101. OLE color: 9528101.
HSL color Cylindrical-coordinate representation of color #256391: hue angle of 205.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #256391 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 99 | 145 | - |
| CMYK | 0.74 | 0.32 | 0 | 0.43 |
| HSL | 205.56º | 0.59% | 0.36% | - |
| HSV(B) | 205.56º | 0.74% | 0.57% | - |
| XYZ | 10.34 | 11.36 | 28.44 | - |
| YUV | 85.71 | 161.46 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 145 | 0.74 | 0.32 | 0 | 0.43 | 205.56 | 0.59 | 0.36 |
| Hex | 25 | 63 | 91 | 4A | 20 | 0 | 2B | CE | 3B | 24 |
| Octal | 45 | 143 | 221 | 112 | 40 | 0 | 53 | 316 | 73 | 44 |
| Binary | 100101 | 1100011 | 10010001 | 1001010 | 100000 | 0 | 101011 | 11001110 | 111011 | 100100 |
Color Harmonies of #256391
Complementary color
Monochromatic Colors of #256391
Black with #256391
Text Example
Text Example
White with #256391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256391; }
p { color: rgb(37,99,145); }
H1.HeaderClassName
{
color: #256391;
}
.AnyTagClassName
{
color: #256391;
}
</style>
background-color css
<style>
a { background-color: #256391; }
a { background-color: rgb(37,99,145); }
div.DivClassName
{
background-color: #256391;
}
.BgClassName
{
background-color: #256391;
}
</style>
border-color css
<style>
span { border-color: #256391; }
span { border-color: rgb(37,99,145); }
td.TdClassName
{
border-color: #256391;
}
.TagClassName
{
border-color: #256391;
}
</style>