Shades of Allports #256482
Tints of Allports #256482
RGB
CMYK
RGB Variations
Color information
#256482 (or 0x256482) is known color: Allports. HEX triplet: 25, 64 and 82. RGB value is (37,100,130). Sum of RGB (Red+Green+Blue) = 37+100+130=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #256482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256482 is #DA9B7D. Grayscale: #545454. Windows color (decimal): -14326654 or 8545317. OLE color: 8545317.
HSL color Cylindrical-coordinate representation of color #256482: hue angle of 199.35º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256482 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 100 | 130 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.49 |
| HSL | 199.35º | 0.56% | 0.33% | - |
| HSV(B) | 199.35º | 0.72% | 0.51% | - |
| XYZ | 9.35 | 11.12 | 22.77 | - |
| YUV | 84.58 | 153.63 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 130 | 0.72 | 0.23 | 0 | 0.49 | 199.35 | 0.56 | 0.33 |
| Hex | 25 | 64 | 82 | 48 | 17 | 0 | 31 | C7 | 38 | 21 |
| Octal | 45 | 144 | 202 | 110 | 27 | 0 | 61 | 307 | 70 | 41 |
| Binary | 100101 | 1100100 | 10000010 | 1001000 | 10111 | 0 | 110001 | 11000111 | 111000 | 100001 |
Color Harmonies of #256482
Complementary color
Monochromatic Colors of #256482
Black with #256482
Text Example
Text Example
White with #256482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256482; }
p { color: rgb(37,100,130); }
H1.HeaderClassName
{
color: #256482;
}
.AnyTagClassName
{
color: #256482;
}
</style>
background-color css
<style>
a { background-color: #256482; }
a { background-color: rgb(37,100,130); }
div.DivClassName
{
background-color: #256482;
}
.BgClassName
{
background-color: #256482;
}
</style>
border-color css
<style>
span { border-color: #256482; }
span { border-color: rgb(37,100,130); }
td.TdClassName
{
border-color: #256482;
}
.TagClassName
{
border-color: #256482;
}
</style>