Shades of Allports #257585
Tints of Allports #257585
RGB
CMYK
RGB Variations
Color information
#257585 (or 0x257585) is known color: Allports. HEX triplet: 25, 75 and 85. RGB value is (37,117,133). Sum of RGB (Red+Green+Blue) = 37+117+133=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #257585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257585 is #DA8A7A. Grayscale: #5E5E5E. Windows color (decimal): -14322299 or 8746277. OLE color: 8746277.
HSL color Cylindrical-coordinate representation of color #257585: hue angle of 190º 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 #257585 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 117 | 133 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.48 |
| HSL | 190º | 0.56% | 0.33% | - |
| HSV(B) | 190º | 0.72% | 0.52% | - |
| XYZ | 11.36 | 14.81 | 24.45 | - |
| YUV | 94.9 | 149.5 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 133 | 0.72 | 0.12 | 0 | 0.48 | 190 | 0.56 | 0.33 |
| Hex | 25 | 75 | 85 | 48 | C | 0 | 30 | BE | 38 | 21 |
| Octal | 45 | 165 | 205 | 110 | 14 | 0 | 60 | 276 | 70 | 41 |
| Binary | 100101 | 1110101 | 10000101 | 1001000 | 1100 | 0 | 110000 | 10111110 | 111000 | 100001 |
Color Harmonies of #257585
Complementary color
Monochromatic Colors of #257585
Black with #257585
Text Example
Text Example
White with #257585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257585; }
p { color: rgb(37,117,133); }
H1.HeaderClassName
{
color: #257585;
}
.AnyTagClassName
{
color: #257585;
}
</style>
background-color css
<style>
a { background-color: #257585; }
a { background-color: rgb(37,117,133); }
div.DivClassName
{
background-color: #257585;
}
.BgClassName
{
background-color: #257585;
}
</style>
border-color css
<style>
span { border-color: #257585; }
span { border-color: rgb(37,117,133); }
td.TdClassName
{
border-color: #257585;
}
.TagClassName
{
border-color: #257585;
}
</style>