Shades of Allports #256780
Tints of Allports #256780
RGB
CMYK
RGB Variations
Color information
#256780 (or 0x256780) is known color: Allports. HEX triplet: 25, 67 and 80. RGB value is (37,103,128). Sum of RGB (Red+Green+Blue) = 37+103+128=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #256780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256780 is #DA987F. Grayscale: #555555. Windows color (decimal): -14325888 or 8415013. OLE color: 8415013.
HSL color Cylindrical-coordinate representation of color #256780: hue angle of 196.48º 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 #256780 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 103 | 128 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.50 |
| HSL | 196.48º | 0.55% | 0.32% | - |
| HSV(B) | 196.48º | 0.71% | 0.5% | - |
| XYZ | 9.51 | 11.65 | 22.17 | - |
| YUV | 86.12 | 151.63 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 103 | 128 | 0.71 | 0.20 | 0 | 0.50 | 196.48 | 0.55 | 0.32 |
| Hex | 25 | 67 | 80 | 47 | 14 | 0 | 32 | C4 | 37 | 20 |
| Octal | 45 | 147 | 200 | 107 | 24 | 0 | 62 | 304 | 67 | 40 |
| Binary | 100101 | 1100111 | 10000000 | 1000111 | 10100 | 0 | 110010 | 11000100 | 110111 | 100000 |
Color Harmonies of #256780
Complementary color
Monochromatic Colors of #256780
Black with #256780
Text Example
Text Example
White with #256780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256780; }
p { color: rgb(37,103,128); }
H1.HeaderClassName
{
color: #256780;
}
.AnyTagClassName
{
color: #256780;
}
</style>
background-color css
<style>
a { background-color: #256780; }
a { background-color: rgb(37,103,128); }
div.DivClassName
{
background-color: #256780;
}
.BgClassName
{
background-color: #256780;
}
</style>
border-color css
<style>
span { border-color: #256780; }
span { border-color: rgb(37,103,128); }
td.TdClassName
{
border-color: #256780;
}
.TagClassName
{
border-color: #256780;
}
</style>