Shades of Endeavour #256790
Tints of Endeavour #256790
RGB
CMYK
RGB Variations
Color information
#256790 (or 0x256790) is known color: Endeavour. HEX triplet: 25, 67 and 90. RGB value is (37,103,144). Sum of RGB (Red+Green+Blue) = 37+103+144=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #256790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256790 is #DA986F. Grayscale: #575757. Windows color (decimal): -14325872 or 9463589. OLE color: 9463589.
HSL color Cylindrical-coordinate representation of color #256790: hue angle of 202.99º 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 #256790 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 103 | 144 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.44 |
| HSL | 202.99º | 0.59% | 0.35% | - |
| HSV(B) | 202.99º | 0.74% | 0.56% | - |
| XYZ | 10.65 | 12.11 | 28.16 | - |
| YUV | 87.94 | 159.63 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 103 | 144 | 0.74 | 0.28 | 0 | 0.44 | 202.99 | 0.59 | 0.35 |
| Hex | 25 | 67 | 90 | 4A | 1C | 0 | 2C | CB | 3B | 23 |
| Octal | 45 | 147 | 220 | 112 | 34 | 0 | 54 | 313 | 73 | 43 |
| Binary | 100101 | 1100111 | 10010000 | 1001010 | 11100 | 0 | 101100 | 11001011 | 111011 | 100011 |
Color Harmonies of #256790
Complementary color
Monochromatic Colors of #256790
Black with #256790
Text Example
Text Example
White with #256790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256790; }
p { color: rgb(37,103,144); }
H1.HeaderClassName
{
color: #256790;
}
.AnyTagClassName
{
color: #256790;
}
</style>
background-color css
<style>
a { background-color: #256790; }
a { background-color: rgb(37,103,144); }
div.DivClassName
{
background-color: #256790;
}
.BgClassName
{
background-color: #256790;
}
</style>
border-color css
<style>
span { border-color: #256790; }
span { border-color: rgb(37,103,144); }
td.TdClassName
{
border-color: #256790;
}
.TagClassName
{
border-color: #256790;
}
</style>