Shades of Allports #256F85
Tints of Allports #256F85
RGB
CMYK
RGB Variations
Color information
#256F85 (or 0x256F85) is known color: Allports. HEX triplet: 25, 6F and 85. RGB value is (37,111,133). Sum of RGB (Red+Green+Blue) = 37+111+133=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #256F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256F85 is #DA907A. Grayscale: #5B5B5B. Windows color (decimal): -14323835 or 8744741. OLE color: 8744741.
HSL color Cylindrical-coordinate representation of color #256F85: hue angle of 193.75º 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 #256F85 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 111 | 133 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.48 |
| HSL | 193.75º | 0.56% | 0.33% | - |
| HSV(B) | 193.75º | 0.72% | 0.52% | - |
| XYZ | 10.68 | 13.46 | 24.22 | - |
| YUV | 91.38 | 151.48 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 133 | 0.72 | 0.17 | 0 | 0.48 | 193.75 | 0.56 | 0.33 |
| Hex | 25 | 6F | 85 | 48 | 11 | 0 | 30 | C2 | 38 | 21 |
| Octal | 45 | 157 | 205 | 110 | 21 | 0 | 60 | 302 | 70 | 41 |
| Binary | 100101 | 1101111 | 10000101 | 1001000 | 10001 | 0 | 110000 | 11000010 | 111000 | 100001 |
Color Harmonies of #256F85
Complementary color
Monochromatic Colors of #256F85
Black with #256F85
Text Example
Text Example
White with #256F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F85; }
p { color: rgb(37,111,133); }
H1.HeaderClassName
{
color: #256F85;
}
.AnyTagClassName
{
color: #256F85;
}
</style>
background-color css
<style>
a { background-color: #256F85; }
a { background-color: rgb(37,111,133); }
div.DivClassName
{
background-color: #256F85;
}
.BgClassName
{
background-color: #256F85;
}
</style>
border-color css
<style>
span { border-color: #256F85; }
span { border-color: rgb(37,111,133); }
td.TdClassName
{
border-color: #256F85;
}
.TagClassName
{
border-color: #256F85;
}
</style>