Shades of Allports #256F82
Tints of Allports #256F82
RGB
CMYK
RGB Variations
Color information
#256F82 (or 0x256F82) is known color: Allports. HEX triplet: 25, 6F and 82. RGB value is (37,111,130). Sum of RGB (Red+Green+Blue) = 37+111+130=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #256F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256F82 is #DA907D. Grayscale: #5A5A5A. Windows color (decimal): -14323838 or 8548133. OLE color: 8548133.
HSL color Cylindrical-coordinate representation of color #256F82: hue angle of 192.26º 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 #256F82 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 111 | 130 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.49 |
| HSL | 192.26º | 0.56% | 0.33% | - |
| HSV(B) | 192.26º | 0.72% | 0.51% | - |
| XYZ | 10.48 | 13.37 | 23.15 | - |
| YUV | 91.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 130 | 0.72 | 0.15 | 0 | 0.49 | 192.26 | 0.56 | 0.33 |
| Hex | 25 | 6F | 82 | 48 | F | 0 | 31 | C0 | 38 | 21 |
| Octal | 45 | 157 | 202 | 110 | 17 | 0 | 61 | 300 | 70 | 41 |
| Binary | 100101 | 1101111 | 10000010 | 1001000 | 1111 | 0 | 110001 | 11000000 | 111000 | 100001 |
Color Harmonies of #256F82
Complementary color
Monochromatic Colors of #256F82
Black with #256F82
Text Example
Text Example
White with #256F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F82; }
p { color: rgb(37,111,130); }
H1.HeaderClassName
{
color: #256F82;
}
.AnyTagClassName
{
color: #256F82;
}
</style>
background-color css
<style>
a { background-color: #256F82; }
a { background-color: rgb(37,111,130); }
div.DivClassName
{
background-color: #256F82;
}
.BgClassName
{
background-color: #256F82;
}
</style>
border-color css
<style>
span { border-color: #256F82; }
span { border-color: rgb(37,111,130); }
td.TdClassName
{
border-color: #256F82;
}
.TagClassName
{
border-color: #256F82;
}
</style>