Shades of Allports #256481
Tints of Allports #256481
RGB
CMYK
RGB Variations
Color information
#256481 (or 0x256481) is known color: Allports. HEX triplet: 25, 64 and 81. RGB value is (37,100,129). Sum of RGB (Red+Green+Blue) = 37+100+129=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #256481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256481 is #DA9B7E. Grayscale: #545454. Windows color (decimal): -14326655 or 8479781. OLE color: 8479781.
HSL color Cylindrical-coordinate representation of color #256481: hue angle of 198.91º 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 #256481 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 100 | 129 | - |
| CMYK | 0.71 | 0.22 | 0 | 0.49 |
| HSL | 198.91º | 0.55% | 0.33% | - |
| HSV(B) | 198.91º | 0.71% | 0.51% | - |
| XYZ | 9.28 | 11.09 | 22.42 | - |
| YUV | 84.47 | 153.13 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 129 | 0.71 | 0.22 | 0 | 0.49 | 198.91 | 0.55 | 0.33 |
| Hex | 25 | 64 | 81 | 47 | 16 | 0 | 31 | C7 | 37 | 21 |
| Octal | 45 | 144 | 201 | 107 | 26 | 0 | 61 | 307 | 67 | 41 |
| Binary | 100101 | 1100100 | 10000001 | 1000111 | 10110 | 0 | 110001 | 11000111 | 110111 | 100001 |
Color Harmonies of #256481
Complementary color
Monochromatic Colors of #256481
Black with #256481
Text Example
Text Example
White with #256481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256481; }
p { color: rgb(37,100,129); }
H1.HeaderClassName
{
color: #256481;
}
.AnyTagClassName
{
color: #256481;
}
</style>
background-color css
<style>
a { background-color: #256481; }
a { background-color: rgb(37,100,129); }
div.DivClassName
{
background-color: #256481;
}
.BgClassName
{
background-color: #256481;
}
</style>
border-color css
<style>
span { border-color: #256481; }
span { border-color: rgb(37,100,129); }
td.TdClassName
{
border-color: #256481;
}
.TagClassName
{
border-color: #256481;
}
</style>