Shades of Allports #256874
Tints of Allports #256874
RGB
CMYK
RGB Variations
Color information
#256874 (or 0x256874) is known color: Allports. HEX triplet: 25, 68 and 74. RGB value is (37,104,116). Sum of RGB (Red+Green+Blue) = 37+104+116=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #256874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256874 is #DA978B. Grayscale: #555555. Windows color (decimal): -14325644 or 7628837. OLE color: 7628837.
HSL color Cylindrical-coordinate representation of color #256874: hue angle of 189.11º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256874 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 104 | 116 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.55 |
| HSL | 189.11º | 0.52% | 0.3% | - |
| HSV(B) | 189.11º | 0.68% | 0.45% | - |
| XYZ | 8.87 | 11.55 | 18.29 | - |
| YUV | 85.34 | 145.3 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 116 | 0.68 | 0.10 | 0 | 0.55 | 189.11 | 0.52 | 0.3 |
| Hex | 25 | 68 | 74 | 44 | A | 0 | 37 | BD | 34 | 1E |
| Octal | 45 | 150 | 164 | 104 | 12 | 0 | 67 | 275 | 64 | 36 |
| Binary | 100101 | 1101000 | 1110100 | 1000100 | 1010 | 0 | 110111 | 10111101 | 110100 | 11110 |
Color Harmonies of #256874
Complementary color
Monochromatic Colors of #256874
Black with #256874
Text Example
Text Example
White with #256874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256874; }
p { color: rgb(37,104,116); }
H1.HeaderClassName
{
color: #256874;
}
.AnyTagClassName
{
color: #256874;
}
</style>
background-color css
<style>
a { background-color: #256874; }
a { background-color: rgb(37,104,116); }
div.DivClassName
{
background-color: #256874;
}
.BgClassName
{
background-color: #256874;
}
</style>
border-color css
<style>
span { border-color: #256874; }
span { border-color: rgb(37,104,116); }
td.TdClassName
{
border-color: #256874;
}
.TagClassName
{
border-color: #256874;
}
</style>