Shades of Allports #256976
Tints of Allports #256976
RGB
CMYK
RGB Variations
Color information
#256976 (or 0x256976) is known color: Allports. HEX triplet: 25, 69 and 76. RGB value is (37,105,118). Sum of RGB (Red+Green+Blue) = 37+105+118=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #256976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256976 is #DA9689. Grayscale: #565656. Windows color (decimal): -14325386 or 7760165. OLE color: 7760165.
HSL color Cylindrical-coordinate representation of color #256976: hue angle of 189.63º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #256976 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 105 | 118 | - |
| CMYK | 0.69 | 0.11 | 0 | 0.54 |
| HSL | 189.63º | 0.52% | 0.3% | - |
| HSV(B) | 189.63º | 0.69% | 0.46% | - |
| XYZ | 9.08 | 11.8 | 18.94 | - |
| YUV | 86.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 118 | 0.69 | 0.11 | 0 | 0.54 | 189.63 | 0.52 | 0.3 |
| Hex | 25 | 69 | 76 | 45 | B | 0 | 36 | BE | 34 | 1E |
| Octal | 45 | 151 | 166 | 105 | 13 | 0 | 66 | 276 | 64 | 36 |
| Binary | 100101 | 1101001 | 1110110 | 1000101 | 1011 | 0 | 110110 | 10111110 | 110100 | 11110 |
Color Harmonies of #256976
Complementary color
Monochromatic Colors of #256976
Black with #256976
Text Example
Text Example
White with #256976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256976; }
p { color: rgb(37,105,118); }
H1.HeaderClassName
{
color: #256976;
}
.AnyTagClassName
{
color: #256976;
}
</style>
background-color css
<style>
a { background-color: #256976; }
a { background-color: rgb(37,105,118); }
div.DivClassName
{
background-color: #256976;
}
.BgClassName
{
background-color: #256976;
}
</style>
border-color css
<style>
span { border-color: #256976; }
span { border-color: rgb(37,105,118); }
td.TdClassName
{
border-color: #256976;
}
.TagClassName
{
border-color: #256976;
}
</style>