Shades of Allports #256975
Tints of Allports #256975
RGB
CMYK
RGB Variations
Color information
#256975 (or 0x256975) is known color: Allports. HEX triplet: 25, 69 and 75. RGB value is (37,105,117). Sum of RGB (Red+Green+Blue) = 37+105+117=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #256975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256975 is #DA968A. Grayscale: #555555. Windows color (decimal): -14325387 or 7694629. OLE color: 7694629.
HSL color Cylindrical-coordinate representation of color #256975: hue angle of 189º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256975 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 105 | 117 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.54 |
| HSL | 189º | 0.52% | 0.3% | - |
| HSV(B) | 189º | 0.68% | 0.46% | - |
| XYZ | 9.03 | 11.78 | 18.63 | - |
| YUV | 86.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 117 | 0.68 | 0.10 | 0 | 0.54 | 189 | 0.52 | 0.3 |
| Hex | 25 | 69 | 75 | 44 | A | 0 | 36 | BD | 34 | 1E |
| Octal | 45 | 151 | 165 | 104 | 12 | 0 | 66 | 275 | 64 | 36 |
| Binary | 100101 | 1101001 | 1110101 | 1000100 | 1010 | 0 | 110110 | 10111101 | 110100 | 11110 |
Color Harmonies of #256975
Complementary color
Monochromatic Colors of #256975
Black with #256975
Text Example
Text Example
White with #256975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256975; }
p { color: rgb(37,105,117); }
H1.HeaderClassName
{
color: #256975;
}
.AnyTagClassName
{
color: #256975;
}
</style>
background-color css
<style>
a { background-color: #256975; }
a { background-color: rgb(37,105,117); }
div.DivClassName
{
background-color: #256975;
}
.BgClassName
{
background-color: #256975;
}
</style>
border-color css
<style>
span { border-color: #256975; }
span { border-color: rgb(37,105,117); }
td.TdClassName
{
border-color: #256975;
}
.TagClassName
{
border-color: #256975;
}
</style>