Shades of Allports #256980
Tints of Allports #256980
RGB
CMYK
RGB Variations
Color information
#256980 (or 0x256980) is known color: Allports. HEX triplet: 25, 69 and 80. RGB value is (37,105,128). Sum of RGB (Red+Green+Blue) = 37+105+128=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #256980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256980 is #DA967F. Grayscale: #575757. Windows color (decimal): -14325376 or 8415525. OLE color: 8415525.
HSL color Cylindrical-coordinate representation of color #256980: hue angle of 195.16º 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 #256980 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 105 | 128 | - |
| CMYK | 0.71 | 0.18 | 0 | 0.50 |
| HSL | 195.16º | 0.55% | 0.32% | - |
| HSV(B) | 195.16º | 0.71% | 0.5% | - |
| XYZ | 9.71 | 12.05 | 22.24 | - |
| YUV | 87.29 | 150.97 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 128 | 0.71 | 0.18 | 0 | 0.50 | 195.16 | 0.55 | 0.32 |
| Hex | 25 | 69 | 80 | 47 | 12 | 0 | 32 | C3 | 37 | 20 |
| Octal | 45 | 151 | 200 | 107 | 22 | 0 | 62 | 303 | 67 | 40 |
| Binary | 100101 | 1101001 | 10000000 | 1000111 | 10010 | 0 | 110010 | 11000011 | 110111 | 100000 |
Color Harmonies of #256980
Complementary color
Monochromatic Colors of #256980
Black with #256980
Text Example
Text Example
White with #256980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256980; }
p { color: rgb(37,105,128); }
H1.HeaderClassName
{
color: #256980;
}
.AnyTagClassName
{
color: #256980;
}
</style>
background-color css
<style>
a { background-color: #256980; }
a { background-color: rgb(37,105,128); }
div.DivClassName
{
background-color: #256980;
}
.BgClassName
{
background-color: #256980;
}
</style>
border-color css
<style>
span { border-color: #256980; }
span { border-color: rgb(37,105,128); }
td.TdClassName
{
border-color: #256980;
}
.TagClassName
{
border-color: #256980;
}
</style>