Shades of Allports #257182
Tints of Allports #257182
RGB
CMYK
RGB Variations
Color information
#257182 (or 0x257182) is known color: Allports. HEX triplet: 25, 71 and 82. RGB value is (37,113,130). Sum of RGB (Red+Green+Blue) = 37+113+130=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #257182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257182 is #DA8E7D. Grayscale: #5C5C5C. Windows color (decimal): -14323326 or 8548645. OLE color: 8548645.
HSL color Cylindrical-coordinate representation of color #257182: hue angle of 190.97º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #257182 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 113 | 130 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.49 |
| HSL | 190.97º | 0.56% | 0.33% | - |
| HSV(B) | 190.97º | 0.72% | 0.51% | - |
| XYZ | 10.7 | 13.82 | 23.22 | - |
| YUV | 92.21 | 149.32 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 130 | 0.72 | 0.13 | 0 | 0.49 | 190.97 | 0.56 | 0.33 |
| Hex | 25 | 71 | 82 | 48 | D | 0 | 31 | BF | 38 | 21 |
| Octal | 45 | 161 | 202 | 110 | 15 | 0 | 61 | 277 | 70 | 41 |
| Binary | 100101 | 1110001 | 10000010 | 1001000 | 1101 | 0 | 110001 | 10111111 | 111000 | 100001 |
Color Harmonies of #257182
Complementary color
Monochromatic Colors of #257182
Black with #257182
Text Example
Text Example
White with #257182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257182; }
p { color: rgb(37,113,130); }
H1.HeaderClassName
{
color: #257182;
}
.AnyTagClassName
{
color: #257182;
}
</style>
background-color css
<style>
a { background-color: #257182; }
a { background-color: rgb(37,113,130); }
div.DivClassName
{
background-color: #257182;
}
.BgClassName
{
background-color: #257182;
}
</style>
border-color css
<style>
span { border-color: #257182; }
span { border-color: rgb(37,113,130); }
td.TdClassName
{
border-color: #257182;
}
.TagClassName
{
border-color: #257182;
}
</style>