Shades of Allports #256B72
Tints of Allports #256B72
RGB
CMYK
RGB Variations
Color information
#256B72 (or 0x256B72) is known color: Allports. HEX triplet: 25, 6B and 72. RGB value is (37,107,114). Sum of RGB (Red+Green+Blue) = 37+107+114=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #256B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256B72 is #DA948D. Grayscale: #565656. Windows color (decimal): -14324878 or 7498533. OLE color: 7498533.
HSL color Cylindrical-coordinate representation of color #256B72: hue angle of 185.45º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256B72 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 107 | 114 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.55 |
| HSL | 185.45º | 0.51% | 0.3% | - |
| HSV(B) | 185.45º | 0.68% | 0.45% | - |
| XYZ | 9.06 | 12.12 | 17.78 | - |
| YUV | 86.87 | 143.31 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 114 | 0.68 | 0.06 | 0 | 0.55 | 185.45 | 0.51 | 0.3 |
| Hex | 25 | 6B | 72 | 44 | 6 | 0 | 37 | B9 | 33 | 1E |
| Octal | 45 | 153 | 162 | 104 | 6 | 0 | 67 | 271 | 63 | 36 |
| Binary | 100101 | 1101011 | 1110010 | 1000100 | 110 | 0 | 110111 | 10111001 | 110011 | 11110 |
Color Harmonies of #256B72
Complementary color
Monochromatic Colors of #256B72
Black with #256B72
Text Example
Text Example
White with #256B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B72; }
p { color: rgb(37,107,114); }
H1.HeaderClassName
{
color: #256B72;
}
.AnyTagClassName
{
color: #256B72;
}
</style>
background-color css
<style>
a { background-color: #256B72; }
a { background-color: rgb(37,107,114); }
div.DivClassName
{
background-color: #256B72;
}
.BgClassName
{
background-color: #256B72;
}
</style>
border-color css
<style>
span { border-color: #256B72; }
span { border-color: rgb(37,107,114); }
td.TdClassName
{
border-color: #256B72;
}
.TagClassName
{
border-color: #256B72;
}
</style>