Shades of Allports #257A8E
Tints of Allports #257A8E
RGB
CMYK
RGB Variations
Color information
#257A8E (or 0x257A8E) is known color: Allports. HEX triplet: 25, 7A and 8E. RGB value is (37,122,142). Sum of RGB (Red+Green+Blue) = 37+122+142=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #257A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257A8E is #DA8571. Grayscale: #626262. Windows color (decimal): -14321010 or 9337381. OLE color: 9337381.
HSL color Cylindrical-coordinate representation of color #257A8E: hue angle of 191.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #257A8E is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 122 | 142 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.44 |
| HSL | 191.43º | 0.59% | 0.35% | - |
| HSV(B) | 191.43º | 0.74% | 0.56% | - |
| XYZ | 12.6 | 16.27 | 28.07 | - |
| YUV | 98.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 142 | 0.74 | 0.14 | 0 | 0.44 | 191.43 | 0.59 | 0.35 |
| Hex | 25 | 7A | 8E | 4A | E | 0 | 2C | BF | 3B | 23 |
| Octal | 45 | 172 | 216 | 112 | 16 | 0 | 54 | 277 | 73 | 43 |
| Binary | 100101 | 1111010 | 10001110 | 1001010 | 1110 | 0 | 101100 | 10111111 | 111011 | 100011 |
Color Harmonies of #257A8E
Complementary color
Monochromatic Colors of #257A8E
Black with #257A8E
Text Example
Text Example
White with #257A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A8E; }
p { color: rgb(37,122,142); }
H1.HeaderClassName
{
color: #257A8E;
}
.AnyTagClassName
{
color: #257A8E;
}
</style>
background-color css
<style>
a { background-color: #257A8E; }
a { background-color: rgb(37,122,142); }
div.DivClassName
{
background-color: #257A8E;
}
.BgClassName
{
background-color: #257A8E;
}
</style>
border-color css
<style>
span { border-color: #257A8E; }
span { border-color: rgb(37,122,142); }
td.TdClassName
{
border-color: #257A8E;
}
.TagClassName
{
border-color: #257A8E;
}
</style>