Shades of Allports #256372
Tints of Allports #256372
RGB
CMYK
RGB Variations
Color information
#256372 (or 0x256372) is known color: Allports. HEX triplet: 25, 63 and 72. RGB value is (37,99,114). Sum of RGB (Red+Green+Blue) = 37+99+114=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #256372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256372 is #DA9C8D. Grayscale: #525252. Windows color (decimal): -14326926 or 7496485. OLE color: 7496485.
HSL color Cylindrical-coordinate representation of color #256372: hue angle of 191.69º 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 #256372 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 99 | 114 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.55 |
| HSL | 191.69º | 0.51% | 0.3% | - |
| HSV(B) | 191.69º | 0.68% | 0.45% | - |
| XYZ | 8.26 | 10.53 | 17.52 | - |
| YUV | 82.17 | 145.96 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 114 | 0.68 | 0.13 | 0 | 0.55 | 191.69 | 0.51 | 0.3 |
| Hex | 25 | 63 | 72 | 44 | D | 0 | 37 | C0 | 33 | 1E |
| Octal | 45 | 143 | 162 | 104 | 15 | 0 | 67 | 300 | 63 | 36 |
| Binary | 100101 | 1100011 | 1110010 | 1000100 | 1101 | 0 | 110111 | 11000000 | 110011 | 11110 |
Color Harmonies of #256372
Complementary color
Monochromatic Colors of #256372
Black with #256372
Text Example
Text Example
White with #256372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256372; }
p { color: rgb(37,99,114); }
H1.HeaderClassName
{
color: #256372;
}
.AnyTagClassName
{
color: #256372;
}
</style>
background-color css
<style>
a { background-color: #256372; }
a { background-color: rgb(37,99,114); }
div.DivClassName
{
background-color: #256372;
}
.BgClassName
{
background-color: #256372;
}
</style>
border-color css
<style>
span { border-color: #256372; }
span { border-color: rgb(37,99,114); }
td.TdClassName
{
border-color: #256372;
}
.TagClassName
{
border-color: #256372;
}
</style>