Shades of Allports #256B85
Tints of Allports #256B85
RGB
CMYK
RGB Variations
Color information
#256B85 (or 0x256B85) is known color: Allports. HEX triplet: 25, 6B and 85. RGB value is (37,107,133). Sum of RGB (Red+Green+Blue) = 37+107+133=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #256B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256B85 is #DA947A. Grayscale: #585858. Windows color (decimal): -14324859 or 8743717. OLE color: 8743717.
HSL color Cylindrical-coordinate representation of color #256B85: hue angle of 196.25º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256B85 is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 107 | 133 | - |
| CMYK | 0.72 | 0.20 | 0 | 0.48 |
| HSL | 196.25º | 0.56% | 0.33% | - |
| HSV(B) | 196.25º | 0.72% | 0.52% | - |
| XYZ | 10.25 | 12.6 | 24.08 | - |
| YUV | 89.03 | 152.81 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 133 | 0.72 | 0.20 | 0 | 0.48 | 196.25 | 0.56 | 0.33 |
| Hex | 25 | 6B | 85 | 48 | 14 | 0 | 30 | C4 | 38 | 21 |
| Octal | 45 | 153 | 205 | 110 | 24 | 0 | 60 | 304 | 70 | 41 |
| Binary | 100101 | 1101011 | 10000101 | 1001000 | 10100 | 0 | 110000 | 11000100 | 111000 | 100001 |
Color Harmonies of #256B85
Complementary color
Monochromatic Colors of #256B85
Black with #256B85
Text Example
Text Example
White with #256B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B85; }
p { color: rgb(37,107,133); }
H1.HeaderClassName
{
color: #256B85;
}
.AnyTagClassName
{
color: #256B85;
}
</style>
background-color css
<style>
a { background-color: #256B85; }
a { background-color: rgb(37,107,133); }
div.DivClassName
{
background-color: #256B85;
}
.BgClassName
{
background-color: #256B85;
}
</style>
border-color css
<style>
span { border-color: #256B85; }
span { border-color: rgb(37,107,133); }
td.TdClassName
{
border-color: #256B85;
}
.TagClassName
{
border-color: #256B85;
}
</style>