Shades of Allports #256570
Tints of Allports #256570
RGB
CMYK
RGB Variations
Color information
#256570 (or 0x256570) is known color: Allports. HEX triplet: 25, 65 and 70. RGB value is (37,101,112). Sum of RGB (Red+Green+Blue) = 37+101+112=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #256570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256570 is #DA9A8F. Grayscale: #535353. Windows color (decimal): -14326416 or 7365925. OLE color: 7365925.
HSL color Cylindrical-coordinate representation of color #256570: hue angle of 188.8º degrees, saturation: 0.5, 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 #256570 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 101 | 112 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.56 |
| HSL | 188.8º | 0.5% | 0.29% | - |
| HSV(B) | 188.8º | 0.67% | 0.44% | - |
| XYZ | 8.34 | 10.87 | 16.99 | - |
| YUV | 83.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 112 | 0.67 | 0.10 | 0 | 0.56 | 188.8 | 0.5 | 0.29 |
| Hex | 25 | 65 | 70 | 43 | A | 0 | 38 | BD | 32 | 1D |
| Octal | 45 | 145 | 160 | 103 | 12 | 0 | 70 | 275 | 62 | 35 |
| Binary | 100101 | 1100101 | 1110000 | 1000011 | 1010 | 0 | 111000 | 10111101 | 110010 | 11101 |
Color Harmonies of #256570
Complementary color
Monochromatic Colors of #256570
Black with #256570
Text Example
Text Example
White with #256570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256570; }
p { color: rgb(37,101,112); }
H1.HeaderClassName
{
color: #256570;
}
.AnyTagClassName
{
color: #256570;
}
</style>
background-color css
<style>
a { background-color: #256570; }
a { background-color: rgb(37,101,112); }
div.DivClassName
{
background-color: #256570;
}
.BgClassName
{
background-color: #256570;
}
</style>
border-color css
<style>
span { border-color: #256570; }
span { border-color: rgb(37,101,112); }
td.TdClassName
{
border-color: #256570;
}
.TagClassName
{
border-color: #256570;
}
</style>