Shades of Allports #256876
Tints of Allports #256876
RGB
CMYK
RGB Variations
Color information
#256876 (or 0x256876) is known color: Allports. HEX triplet: 25, 68 and 76. RGB value is (37,104,118). Sum of RGB (Red+Green+Blue) = 37+104+118=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #256876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256876 is #DA9789. Grayscale: #555555. Windows color (decimal): -14325642 or 7759909. OLE color: 7759909.
HSL color Cylindrical-coordinate representation of color #256876: hue angle of 190.37º 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 #256876 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 104 | 118 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.54 |
| HSL | 190.37º | 0.52% | 0.3% | - |
| HSV(B) | 190.37º | 0.69% | 0.46% | - |
| XYZ | 8.98 | 11.6 | 18.91 | - |
| YUV | 85.56 | 146.3 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 118 | 0.69 | 0.12 | 0 | 0.54 | 190.37 | 0.52 | 0.3 |
| Hex | 25 | 68 | 76 | 45 | C | 0 | 36 | BE | 34 | 1E |
| Octal | 45 | 150 | 166 | 105 | 14 | 0 | 66 | 276 | 64 | 36 |
| Binary | 100101 | 1101000 | 1110110 | 1000101 | 1100 | 0 | 110110 | 10111110 | 110100 | 11110 |
Color Harmonies of #256876
Complementary color
Monochromatic Colors of #256876
Black with #256876
Text Example
Text Example
White with #256876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256876; }
p { color: rgb(37,104,118); }
H1.HeaderClassName
{
color: #256876;
}
.AnyTagClassName
{
color: #256876;
}
</style>
background-color css
<style>
a { background-color: #256876; }
a { background-color: rgb(37,104,118); }
div.DivClassName
{
background-color: #256876;
}
.BgClassName
{
background-color: #256876;
}
</style>
border-color css
<style>
span { border-color: #256876; }
span { border-color: rgb(37,104,118); }
td.TdClassName
{
border-color: #256876;
}
.TagClassName
{
border-color: #256876;
}
</style>