Shades of Allports #256E82
Tints of Allports #256E82
RGB
CMYK
RGB Variations
Color information
#256E82 (or 0x256E82) is known color: Allports. HEX triplet: 25, 6E and 82. RGB value is (37,110,130). Sum of RGB (Red+Green+Blue) = 37+110+130=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #256E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E82 is #DA917D. Grayscale: #5A5A5A. Windows color (decimal): -14324094 or 8547877. OLE color: 8547877.
HSL color Cylindrical-coordinate representation of color #256E82: hue angle of 192.9º 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 #256E82 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 110 | 130 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.49 |
| HSL | 192.9º | 0.56% | 0.33% | - |
| HSV(B) | 192.9º | 0.72% | 0.51% | - |
| XYZ | 10.37 | 13.16 | 23.11 | - |
| YUV | 90.45 | 150.32 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 130 | 0.72 | 0.15 | 0 | 0.49 | 192.9 | 0.56 | 0.33 |
| Hex | 25 | 6E | 82 | 48 | F | 0 | 31 | C1 | 38 | 21 |
| Octal | 45 | 156 | 202 | 110 | 17 | 0 | 61 | 301 | 70 | 41 |
| Binary | 100101 | 1101110 | 10000010 | 1001000 | 1111 | 0 | 110001 | 11000001 | 111000 | 100001 |
Color Harmonies of #256E82
Complementary color
Monochromatic Colors of #256E82
Black with #256E82
Text Example
Text Example
White with #256E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256E82; }
p { color: rgb(37,110,130); }
H1.HeaderClassName
{
color: #256E82;
}
.AnyTagClassName
{
color: #256E82;
}
</style>
background-color css
<style>
a { background-color: #256E82; }
a { background-color: rgb(37,110,130); }
div.DivClassName
{
background-color: #256E82;
}
.BgClassName
{
background-color: #256E82;
}
</style>
border-color css
<style>
span { border-color: #256E82; }
span { border-color: rgb(37,110,130); }
td.TdClassName
{
border-color: #256E82;
}
.TagClassName
{
border-color: #256E82;
}
</style>