Shades of Allports #256C82
Tints of Allports #256C82
RGB
CMYK
RGB Variations
Color information
#256C82 (or 0x256C82) is known color: Allports. HEX triplet: 25, 6C and 82. RGB value is (37,108,130). Sum of RGB (Red+Green+Blue) = 37+108+130=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #256C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256C82 is #DA937D. Grayscale: #595959. Windows color (decimal): -14324606 or 8547365. OLE color: 8547365.
HSL color Cylindrical-coordinate representation of color #256C82: hue angle of 194.19º 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 #256C82 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 108 | 130 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.49 |
| HSL | 194.19º | 0.56% | 0.33% | - |
| HSV(B) | 194.19º | 0.72% | 0.51% | - |
| XYZ | 10.15 | 12.73 | 23.04 | - |
| YUV | 89.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 130 | 0.72 | 0.17 | 0 | 0.49 | 194.19 | 0.56 | 0.33 |
| Hex | 25 | 6C | 82 | 48 | 11 | 0 | 31 | C2 | 38 | 21 |
| Octal | 45 | 154 | 202 | 110 | 21 | 0 | 61 | 302 | 70 | 41 |
| Binary | 100101 | 1101100 | 10000010 | 1001000 | 10001 | 0 | 110001 | 11000010 | 111000 | 100001 |
Color Harmonies of #256C82
Complementary color
Monochromatic Colors of #256C82
Black with #256C82
Text Example
Text Example
White with #256C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C82; }
p { color: rgb(37,108,130); }
H1.HeaderClassName
{
color: #256C82;
}
.AnyTagClassName
{
color: #256C82;
}
</style>
background-color css
<style>
a { background-color: #256C82; }
a { background-color: rgb(37,108,130); }
div.DivClassName
{
background-color: #256C82;
}
.BgClassName
{
background-color: #256C82;
}
</style>
border-color css
<style>
span { border-color: #256C82; }
span { border-color: rgb(37,108,130); }
td.TdClassName
{
border-color: #256C82;
}
.TagClassName
{
border-color: #256C82;
}
</style>