Shades of Allports #256E80
Tints of Allports #256E80
RGB
CMYK
RGB Variations
Color information
#256E80 (or 0x256E80) is known color: Allports. HEX triplet: 25, 6E and 80. RGB value is (37,110,128). Sum of RGB (Red+Green+Blue) = 37+110+128=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #256E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E80 is #DA917F. Grayscale: #5A5A5A. Windows color (decimal): -14324096 or 8416805. OLE color: 8416805.
HSL color Cylindrical-coordinate representation of color #256E80: hue angle of 191.87º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #256E80 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 110 | 128 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.50 |
| HSL | 191.87º | 0.55% | 0.32% | - |
| HSV(B) | 191.87º | 0.71% | 0.5% | - |
| XYZ | 10.24 | 13.1 | 22.41 | - |
| YUV | 90.23 | 149.32 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 128 | 0.71 | 0.14 | 0 | 0.50 | 191.87 | 0.55 | 0.32 |
| Hex | 25 | 6E | 80 | 47 | E | 0 | 32 | C0 | 37 | 20 |
| Octal | 45 | 156 | 200 | 107 | 16 | 0 | 62 | 300 | 67 | 40 |
| Binary | 100101 | 1101110 | 10000000 | 1000111 | 1110 | 0 | 110010 | 11000000 | 110111 | 100000 |
Color Harmonies of #256E80
Complementary color
Monochromatic Colors of #256E80
Black with #256E80
Text Example
Text Example
White with #256E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256E80; }
p { color: rgb(37,110,128); }
H1.HeaderClassName
{
color: #256E80;
}
.AnyTagClassName
{
color: #256E80;
}
</style>
background-color css
<style>
a { background-color: #256E80; }
a { background-color: rgb(37,110,128); }
div.DivClassName
{
background-color: #256E80;
}
.BgClassName
{
background-color: #256E80;
}
</style>
border-color css
<style>
span { border-color: #256E80; }
span { border-color: rgb(37,110,128); }
td.TdClassName
{
border-color: #256E80;
}
.TagClassName
{
border-color: #256E80;
}
</style>