Shades of Allports #256E88
Tints of Allports #256E88
RGB
CMYK
RGB Variations
Color information
#256E88 (or 0x256E88) is known color: Allports. HEX triplet: 25, 6E and 88. RGB value is (37,110,136). Sum of RGB (Red+Green+Blue) = 37+110+136=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #256E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E88 is #DA9177. Grayscale: #5A5A5A. Windows color (decimal): -14324088 or 8941093. OLE color: 8941093.
HSL color Cylindrical-coordinate representation of color #256E88: hue angle of 195.76º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #256E88 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 37 | 110 | 136 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.47 |
| HSL | 195.76º | 0.57% | 0.34% | - |
| HSV(B) | 195.76º | 0.73% | 0.53% | - |
| XYZ | 10.78 | 13.32 | 25.3 | - |
| YUV | 91.14 | 153.32 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 136 | 0.73 | 0.19 | 0 | 0.47 | 195.76 | 0.57 | 0.34 |
| Hex | 25 | 6E | 88 | 49 | 13 | 0 | 2F | C4 | 39 | 22 |
| Octal | 45 | 156 | 210 | 111 | 23 | 0 | 57 | 304 | 71 | 42 |
| Binary | 100101 | 1101110 | 10001000 | 1001001 | 10011 | 0 | 101111 | 11000100 | 111001 | 100010 |
Color Harmonies of #256E88
Complementary color
Monochromatic Colors of #256E88
Black with #256E88
Text Example
Text Example
White with #256E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256E88; }
p { color: rgb(37,110,136); }
H1.HeaderClassName
{
color: #256E88;
}
.AnyTagClassName
{
color: #256E88;
}
</style>
background-color css
<style>
a { background-color: #256E88; }
a { background-color: rgb(37,110,136); }
div.DivClassName
{
background-color: #256E88;
}
.BgClassName
{
background-color: #256E88;
}
</style>
border-color css
<style>
span { border-color: #256E88; }
span { border-color: rgb(37,110,136); }
td.TdClassName
{
border-color: #256E88;
}
.TagClassName
{
border-color: #256E88;
}
</style>