Shades of Allports #256B70
Tints of Allports #256B70
RGB
CMYK
RGB Variations
Color information
#256B70 (or 0x256B70) is known color: Allports. HEX triplet: 25, 6B and 70. RGB value is (37,107,112). Sum of RGB (Red+Green+Blue) = 37+107+112=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #256B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256B70 is #DA948F. Grayscale: #565656. Windows color (decimal): -14324880 or 7367461. OLE color: 7367461.
HSL color Cylindrical-coordinate representation of color #256B70: hue angle of 184º 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 #256B70 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 107 | 112 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.56 |
| HSL | 184º | 0.5% | 0.29% | - |
| HSV(B) | 184º | 0.67% | 0.44% | - |
| XYZ | 8.95 | 12.08 | 17.19 | - |
| YUV | 86.64 | 142.31 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 112 | 0.67 | 0.04 | 0 | 0.56 | 184 | 0.5 | 0.29 |
| Hex | 25 | 6B | 70 | 43 | 4 | 0 | 38 | B8 | 32 | 1D |
| Octal | 45 | 153 | 160 | 103 | 4 | 0 | 70 | 270 | 62 | 35 |
| Binary | 100101 | 1101011 | 1110000 | 1000011 | 100 | 0 | 111000 | 10111000 | 110010 | 11101 |
Color Harmonies of #256B70
Complementary color
Monochromatic Colors of #256B70
Black with #256B70
Text Example
Text Example
White with #256B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B70; }
p { color: rgb(37,107,112); }
H1.HeaderClassName
{
color: #256B70;
}
.AnyTagClassName
{
color: #256B70;
}
</style>
background-color css
<style>
a { background-color: #256B70; }
a { background-color: rgb(37,107,112); }
div.DivClassName
{
background-color: #256B70;
}
.BgClassName
{
background-color: #256B70;
}
</style>
border-color css
<style>
span { border-color: #256B70; }
span { border-color: rgb(37,107,112); }
td.TdClassName
{
border-color: #256B70;
}
.TagClassName
{
border-color: #256B70;
}
</style>