Shades of Allports #256B78
Tints of Allports #256B78
RGB
CMYK
RGB Variations
Color information
#256B78 (or 0x256B78) is known color: Allports. HEX triplet: 25, 6B and 78. RGB value is (37,107,120). Sum of RGB (Red+Green+Blue) = 37+107+120=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #256B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256B78 is #DA9487. Grayscale: #575757. Windows color (decimal): -14324872 or 7891749. OLE color: 7891749.
HSL color Cylindrical-coordinate representation of color #256B78: hue angle of 189.4º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #256B78 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 107 | 120 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.53 |
| HSL | 189.4º | 0.53% | 0.31% | - |
| HSV(B) | 189.4º | 0.69% | 0.47% | - |
| XYZ | 9.41 | 12.26 | 19.64 | - |
| YUV | 87.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 120 | 0.69 | 0.11 | 0 | 0.53 | 189.4 | 0.53 | 0.31 |
| Hex | 25 | 6B | 78 | 45 | B | 0 | 35 | BD | 35 | 1F |
| Octal | 45 | 153 | 170 | 105 | 13 | 0 | 65 | 275 | 65 | 37 |
| Binary | 100101 | 1101011 | 1111000 | 1000101 | 1011 | 0 | 110101 | 10111101 | 110101 | 11111 |
Color Harmonies of #256B78
Complementary color
Monochromatic Colors of #256B78
Black with #256B78
Text Example
Text Example
White with #256B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B78; }
p { color: rgb(37,107,120); }
H1.HeaderClassName
{
color: #256B78;
}
.AnyTagClassName
{
color: #256B78;
}
</style>
background-color css
<style>
a { background-color: #256B78; }
a { background-color: rgb(37,107,120); }
div.DivClassName
{
background-color: #256B78;
}
.BgClassName
{
background-color: #256B78;
}
</style>
border-color css
<style>
span { border-color: #256B78; }
span { border-color: rgb(37,107,120); }
td.TdClassName
{
border-color: #256B78;
}
.TagClassName
{
border-color: #256B78;
}
</style>