Shades of Endeavour #256690
Tints of Endeavour #256690
RGB
CMYK
RGB Variations
Color information
#256690 (or 0x256690) is known color: Endeavour. HEX triplet: 25, 66 and 90. RGB value is (37,102,144). Sum of RGB (Red+Green+Blue) = 37+102+144=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #256690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256690 is #DA996F. Grayscale: #575757. Windows color (decimal): -14326128 or 9463333. OLE color: 9463333.
HSL color Cylindrical-coordinate representation of color #256690: hue angle of 203.55º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #256690 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 102 | 144 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.44 |
| HSL | 203.55º | 0.59% | 0.35% | - |
| HSV(B) | 203.55º | 0.74% | 0.56% | - |
| XYZ | 10.55 | 11.91 | 28.13 | - |
| YUV | 87.35 | 159.97 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 102 | 144 | 0.74 | 0.29 | 0 | 0.44 | 203.55 | 0.59 | 0.35 |
| Hex | 25 | 66 | 90 | 4A | 1D | 0 | 2C | CC | 3B | 23 |
| Octal | 45 | 146 | 220 | 112 | 35 | 0 | 54 | 314 | 73 | 43 |
| Binary | 100101 | 1100110 | 10010000 | 1001010 | 11101 | 0 | 101100 | 11001100 | 111011 | 100011 |
Color Harmonies of #256690
Complementary color
Monochromatic Colors of #256690
Black with #256690
Text Example
Text Example
White with #256690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256690; }
p { color: rgb(37,102,144); }
H1.HeaderClassName
{
color: #256690;
}
.AnyTagClassName
{
color: #256690;
}
</style>
background-color css
<style>
a { background-color: #256690; }
a { background-color: rgb(37,102,144); }
div.DivClassName
{
background-color: #256690;
}
.BgClassName
{
background-color: #256690;
}
</style>
border-color css
<style>
span { border-color: #256690; }
span { border-color: rgb(37,102,144); }
td.TdClassName
{
border-color: #256690;
}
.TagClassName
{
border-color: #256690;
}
</style>