Shades of Allports #256977
Tints of Allports #256977
RGB
CMYK
RGB Variations
Color information
#256977 (or 0x256977) is known color: Allports. HEX triplet: 25, 69 and 77. RGB value is (37,105,119). Sum of RGB (Red+Green+Blue) = 37+105+119=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #256977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256977 is #DA9688. Grayscale: #565656. Windows color (decimal): -14325385 or 7825701. OLE color: 7825701.
HSL color Cylindrical-coordinate representation of color #256977: hue angle of 190.24º 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 #256977 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 105 | 119 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.53 |
| HSL | 190.24º | 0.53% | 0.31% | - |
| HSV(B) | 190.24º | 0.69% | 0.47% | - |
| XYZ | 9.14 | 11.83 | 19.25 | - |
| YUV | 86.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 119 | 0.69 | 0.12 | 0 | 0.53 | 190.24 | 0.53 | 0.31 |
| Hex | 25 | 69 | 77 | 45 | C | 0 | 35 | BE | 35 | 1F |
| Octal | 45 | 151 | 167 | 105 | 14 | 0 | 65 | 276 | 65 | 37 |
| Binary | 100101 | 1101001 | 1110111 | 1000101 | 1100 | 0 | 110101 | 10111110 | 110101 | 11111 |
Color Harmonies of #256977
Complementary color
Monochromatic Colors of #256977
Black with #256977
Text Example
Text Example
White with #256977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256977; }
p { color: rgb(37,105,119); }
H1.HeaderClassName
{
color: #256977;
}
.AnyTagClassName
{
color: #256977;
}
</style>
background-color css
<style>
a { background-color: #256977; }
a { background-color: rgb(37,105,119); }
div.DivClassName
{
background-color: #256977;
}
.BgClassName
{
background-color: #256977;
}
</style>
border-color css
<style>
span { border-color: #256977; }
span { border-color: rgb(37,105,119); }
td.TdClassName
{
border-color: #256977;
}
.TagClassName
{
border-color: #256977;
}
</style>