Shades of Allports #256571
Tints of Allports #256571
RGB
CMYK
RGB Variations
Color information
#256571 (or 0x256571) is known color: Allports. HEX triplet: 25, 65 and 71. RGB value is (37,101,113). Sum of RGB (Red+Green+Blue) = 37+101+113=251 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.74% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #256571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256571 is #DA9A8E. Grayscale: #535353. Windows color (decimal): -14326415 or 7431461. OLE color: 7431461.
HSL color Cylindrical-coordinate representation of color #256571: hue angle of 189.47º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256571 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 101 | 113 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.56 |
| HSL | 189.47º | 0.51% | 0.29% | - |
| HSV(B) | 189.47º | 0.67% | 0.44% | - |
| XYZ | 8.4 | 10.89 | 17.28 | - |
| YUV | 83.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 113 | 0.67 | 0.11 | 0 | 0.56 | 189.47 | 0.51 | 0.29 |
| Hex | 25 | 65 | 71 | 43 | B | 0 | 38 | BD | 33 | 1D |
| Octal | 45 | 145 | 161 | 103 | 13 | 0 | 70 | 275 | 63 | 35 |
| Binary | 100101 | 1100101 | 1110001 | 1000011 | 1011 | 0 | 111000 | 10111101 | 110011 | 11101 |
Color Harmonies of #256571
Complementary color
Monochromatic Colors of #256571
Black with #256571
Text Example
Text Example
White with #256571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256571; }
p { color: rgb(37,101,113); }
H1.HeaderClassName
{
color: #256571;
}
.AnyTagClassName
{
color: #256571;
}
</style>
background-color css
<style>
a { background-color: #256571; }
a { background-color: rgb(37,101,113); }
div.DivClassName
{
background-color: #256571;
}
.BgClassName
{
background-color: #256571;
}
</style>
border-color css
<style>
span { border-color: #256571; }
span { border-color: rgb(37,101,113); }
td.TdClassName
{
border-color: #256571;
}
.TagClassName
{
border-color: #256571;
}
</style>