Shades of Allports #256881
Tints of Allports #256881
RGB
CMYK
RGB Variations
Color information
#256881 (or 0x256881) is known color: Allports. HEX triplet: 25, 68 and 81. RGB value is (37,104,129). Sum of RGB (Red+Green+Blue) = 37+104+129=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #256881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256881 is #DA977E. Grayscale: #565656. Windows color (decimal): -14325631 or 8480805. OLE color: 8480805.
HSL color Cylindrical-coordinate representation of color #256881: hue angle of 196.3º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #256881 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 104 | 129 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.49 |
| HSL | 196.3º | 0.55% | 0.33% | - |
| HSV(B) | 196.3º | 0.71% | 0.51% | - |
| XYZ | 9.68 | 11.88 | 22.55 | - |
| YUV | 86.82 | 151.8 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 129 | 0.71 | 0.19 | 0 | 0.49 | 196.3 | 0.55 | 0.33 |
| Hex | 25 | 68 | 81 | 47 | 13 | 0 | 31 | C4 | 37 | 21 |
| Octal | 45 | 150 | 201 | 107 | 23 | 0 | 61 | 304 | 67 | 41 |
| Binary | 100101 | 1101000 | 10000001 | 1000111 | 10011 | 0 | 110001 | 11000100 | 110111 | 100001 |
Color Harmonies of #256881
Complementary color
Monochromatic Colors of #256881
Black with #256881
Text Example
Text Example
White with #256881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256881; }
p { color: rgb(37,104,129); }
H1.HeaderClassName
{
color: #256881;
}
.AnyTagClassName
{
color: #256881;
}
</style>
background-color css
<style>
a { background-color: #256881; }
a { background-color: rgb(37,104,129); }
div.DivClassName
{
background-color: #256881;
}
.BgClassName
{
background-color: #256881;
}
</style>
border-color css
<style>
span { border-color: #256881; }
span { border-color: rgb(37,104,129); }
td.TdClassName
{
border-color: #256881;
}
.TagClassName
{
border-color: #256881;
}
</style>