Shades of Allports #256F77
Tints of Allports #256F77
RGB
CMYK
RGB Variations
Color information
#256F77 (or 0x256F77) is known color: Allports. HEX triplet: 25, 6F and 77. RGB value is (37,111,119). Sum of RGB (Red+Green+Blue) = 37+111+119=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #256F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256F77 is #DA9088. Grayscale: #595959. Windows color (decimal): -14323849 or 7827237. OLE color: 7827237.
HSL color Cylindrical-coordinate representation of color #256F77: hue angle of 185.85º 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 #256F77 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 111 | 119 | - |
| CMYK | 0.69 | 0.07 | 0 | 0.53 |
| HSL | 185.85º | 0.53% | 0.31% | - |
| HSV(B) | 185.85º | 0.69% | 0.47% | - |
| XYZ | 9.78 | 13.09 | 19.46 | - |
| YUV | 89.79 | 144.48 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 119 | 0.69 | 0.07 | 0 | 0.53 | 185.85 | 0.53 | 0.31 |
| Hex | 25 | 6F | 77 | 45 | 7 | 0 | 35 | BA | 35 | 1F |
| Octal | 45 | 157 | 167 | 105 | 7 | 0 | 65 | 272 | 65 | 37 |
| Binary | 100101 | 1101111 | 1110111 | 1000101 | 111 | 0 | 110101 | 10111010 | 110101 | 11111 |
Color Harmonies of #256F77
Complementary color
Monochromatic Colors of #256F77
Black with #256F77
Text Example
Text Example
White with #256F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F77; }
p { color: rgb(37,111,119); }
H1.HeaderClassName
{
color: #256F77;
}
.AnyTagClassName
{
color: #256F77;
}
</style>
background-color css
<style>
a { background-color: #256F77; }
a { background-color: rgb(37,111,119); }
div.DivClassName
{
background-color: #256F77;
}
.BgClassName
{
background-color: #256F77;
}
</style>
border-color css
<style>
span { border-color: #256F77; }
span { border-color: rgb(37,111,119); }
td.TdClassName
{
border-color: #256F77;
}
.TagClassName
{
border-color: #256F77;
}
</style>