Shades of Allports #257485
Tints of Allports #257485
RGB
CMYK
RGB Variations
Color information
#257485 (or 0x257485) is known color: Allports. HEX triplet: 25, 74 and 85. RGB value is (37,116,133). Sum of RGB (Red+Green+Blue) = 37+116+133=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #257485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257485 is #DA8B7A. Grayscale: #5E5E5E. Windows color (decimal): -14322555 or 8746021. OLE color: 8746021.
HSL color Cylindrical-coordinate representation of color #257485: hue angle of 190.62º 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 #257485 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 116 | 133 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.48 |
| HSL | 190.63º | 0.56% | 0.33% | - |
| HSV(B) | 190.63º | 0.72% | 0.52% | - |
| XYZ | 11.24 | 14.58 | 24.41 | - |
| YUV | 94.32 | 149.83 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 116 | 133 | 0.72 | 0.13 | 0 | 0.48 | 190.63 | 0.56 | 0.33 |
| Hex | 25 | 74 | 85 | 48 | D | 0 | 30 | BF | 38 | 21 |
| Octal | 45 | 164 | 205 | 110 | 15 | 0 | 60 | 277 | 70 | 41 |
| Binary | 100101 | 1110100 | 10000101 | 1001000 | 1101 | 0 | 110000 | 10111111 | 111000 | 100001 |
Color Harmonies of #257485
Complementary color
Monochromatic Colors of #257485
Black with #257485
Text Example
Text Example
White with #257485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257485; }
p { color: rgb(37,116,133); }
H1.HeaderClassName
{
color: #257485;
}
.AnyTagClassName
{
color: #257485;
}
</style>
background-color css
<style>
a { background-color: #257485; }
a { background-color: rgb(37,116,133); }
div.DivClassName
{
background-color: #257485;
}
.BgClassName
{
background-color: #257485;
}
</style>
border-color css
<style>
span { border-color: #257485; }
span { border-color: rgb(37,116,133); }
td.TdClassName
{
border-color: #257485;
}
.TagClassName
{
border-color: #257485;
}
</style>