Shades of Allports #257083
Tints of Allports #257083
RGB
CMYK
RGB Variations
Color information
#257083 (or 0x257083) is known color: Allports. HEX triplet: 25, 70 and 83. RGB value is (37,112,131). Sum of RGB (Red+Green+Blue) = 37+112+131=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #257083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257083 is #DA8F7C. Grayscale: #5B5B5B. Windows color (decimal): -14323581 or 8613925. OLE color: 8613925.
HSL color Cylindrical-coordinate representation of color #257083: hue angle of 192.13º 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 #257083 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 112 | 131 | - |
| CMYK | 0.72 | 0.15 | 0 | 0.49 |
| HSL | 192.13º | 0.56% | 0.33% | - |
| HSV(B) | 192.13º | 0.72% | 0.51% | - |
| XYZ | 10.65 | 13.62 | 23.54 | - |
| YUV | 91.74 | 150.15 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 131 | 0.72 | 0.15 | 0 | 0.49 | 192.13 | 0.56 | 0.33 |
| Hex | 25 | 70 | 83 | 48 | F | 0 | 31 | C0 | 38 | 21 |
| Octal | 45 | 160 | 203 | 110 | 17 | 0 | 61 | 300 | 70 | 41 |
| Binary | 100101 | 1110000 | 10000011 | 1001000 | 1111 | 0 | 110001 | 11000000 | 111000 | 100001 |
Color Harmonies of #257083
Complementary color
Monochromatic Colors of #257083
Black with #257083
Text Example
Text Example
White with #257083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257083; }
p { color: rgb(37,112,131); }
H1.HeaderClassName
{
color: #257083;
}
.AnyTagClassName
{
color: #257083;
}
</style>
background-color css
<style>
a { background-color: #257083; }
a { background-color: rgb(37,112,131); }
div.DivClassName
{
background-color: #257083;
}
.BgClassName
{
background-color: #257083;
}
</style>
border-color css
<style>
span { border-color: #257083; }
span { border-color: rgb(37,112,131); }
td.TdClassName
{
border-color: #257083;
}
.TagClassName
{
border-color: #257083;
}
</style>