Shades of Allports #256970
Tints of Allports #256970
RGB
CMYK
RGB Variations
Color information
#256970 (or 0x256970) is known color: Allports. HEX triplet: 25, 69 and 70. RGB value is (37,105,112). Sum of RGB (Red+Green+Blue) = 37+105+112=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #256970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256970 is #DA968F. Grayscale: #555555. Windows color (decimal): -14325392 or 7366949. OLE color: 7366949.
HSL color Cylindrical-coordinate representation of color #256970: hue angle of 185.6º 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 #256970 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 105 | 112 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.56 |
| HSL | 185.6º | 0.5% | 0.29% | - |
| HSV(B) | 185.6º | 0.67% | 0.44% | - |
| XYZ | 8.74 | 11.67 | 17.12 | - |
| YUV | 85.47 | 142.97 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 112 | 0.67 | 0.06 | 0 | 0.56 | 185.6 | 0.5 | 0.29 |
| Hex | 25 | 69 | 70 | 43 | 6 | 0 | 38 | BA | 32 | 1D |
| Octal | 45 | 151 | 160 | 103 | 6 | 0 | 70 | 272 | 62 | 35 |
| Binary | 100101 | 1101001 | 1110000 | 1000011 | 110 | 0 | 111000 | 10111010 | 110010 | 11101 |
Color Harmonies of #256970
Complementary color
Monochromatic Colors of #256970
Black with #256970
Text Example
Text Example
White with #256970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256970; }
p { color: rgb(37,105,112); }
H1.HeaderClassName
{
color: #256970;
}
.AnyTagClassName
{
color: #256970;
}
</style>
background-color css
<style>
a { background-color: #256970; }
a { background-color: rgb(37,105,112); }
div.DivClassName
{
background-color: #256970;
}
.BgClassName
{
background-color: #256970;
}
</style>
border-color css
<style>
span { border-color: #256970; }
span { border-color: rgb(37,105,112); }
td.TdClassName
{
border-color: #256970;
}
.TagClassName
{
border-color: #256970;
}
</style>