Shades of Allports #256889
Tints of Allports #256889
RGB
CMYK
RGB Variations
Color information
#256889 (or 0x256889) is known color: Allports. HEX triplet: 25, 68 and 89. RGB value is (37,104,137). Sum of RGB (Red+Green+Blue) = 37+104+137=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #256889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256889 is #DA9776. Grayscale: #575757. Windows color (decimal): -14325623 or 9005093. OLE color: 9005093.
HSL color Cylindrical-coordinate representation of color #256889: hue angle of 199.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #256889 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 104 | 137 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.46 |
| HSL | 199.8º | 0.57% | 0.34% | - |
| HSV(B) | 199.8º | 0.73% | 0.54% | - |
| XYZ | 10.23 | 12.1 | 25.46 | - |
| YUV | 87.73 | 155.8 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 137 | 0.73 | 0.24 | 0 | 0.46 | 199.8 | 0.57 | 0.34 |
| Hex | 25 | 68 | 89 | 49 | 18 | 0 | 2E | C8 | 39 | 22 |
| Octal | 45 | 150 | 211 | 111 | 30 | 0 | 56 | 310 | 71 | 42 |
| Binary | 100101 | 1101000 | 10001001 | 1001001 | 11000 | 0 | 101110 | 11001000 | 111001 | 100010 |
Color Harmonies of #256889
Complementary color
Monochromatic Colors of #256889
Black with #256889
Text Example
Text Example
White with #256889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256889; }
p { color: rgb(37,104,137); }
H1.HeaderClassName
{
color: #256889;
}
.AnyTagClassName
{
color: #256889;
}
</style>
background-color css
<style>
a { background-color: #256889; }
a { background-color: rgb(37,104,137); }
div.DivClassName
{
background-color: #256889;
}
.BgClassName
{
background-color: #256889;
}
</style>
border-color css
<style>
span { border-color: #256889; }
span { border-color: rgb(37,104,137); }
td.TdClassName
{
border-color: #256889;
}
.TagClassName
{
border-color: #256889;
}
</style>