Shades of Allports #257B8E
Tints of Allports #257B8E
RGB
CMYK
RGB Variations
Color information
#257B8E (or 0x257B8E) is known color: Allports. HEX triplet: 25, 7B and 8E. RGB value is (37,123,142). Sum of RGB (Red+Green+Blue) = 37+123+142=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #257B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257B8E is #DA8471. Grayscale: #636363. Windows color (decimal): -14320754 or 9337637. OLE color: 9337637.
HSL color Cylindrical-coordinate representation of color #257B8E: hue angle of 190.86º 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 #257B8E is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 123 | 142 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.44 |
| HSL | 190.86º | 0.59% | 0.35% | - |
| HSV(B) | 190.86º | 0.74% | 0.56% | - |
| XYZ | 12.73 | 16.51 | 28.11 | - |
| YUV | 99.45 | 152.01 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 142 | 0.74 | 0.13 | 0 | 0.44 | 190.86 | 0.59 | 0.35 |
| Hex | 25 | 7B | 8E | 4A | D | 0 | 2C | BF | 3B | 23 |
| Octal | 45 | 173 | 216 | 112 | 15 | 0 | 54 | 277 | 73 | 43 |
| Binary | 100101 | 1111011 | 10001110 | 1001010 | 1101 | 0 | 101100 | 10111111 | 111011 | 100011 |
Color Harmonies of #257B8E
Complementary color
Monochromatic Colors of #257B8E
Black with #257B8E
Text Example
Text Example
White with #257B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257B8E; }
p { color: rgb(37,123,142); }
H1.HeaderClassName
{
color: #257B8E;
}
.AnyTagClassName
{
color: #257B8E;
}
</style>
background-color css
<style>
a { background-color: #257B8E; }
a { background-color: rgb(37,123,142); }
div.DivClassName
{
background-color: #257B8E;
}
.BgClassName
{
background-color: #257B8E;
}
</style>
border-color css
<style>
span { border-color: #257B8E; }
span { border-color: rgb(37,123,142); }
td.TdClassName
{
border-color: #257B8E;
}
.TagClassName
{
border-color: #257B8E;
}
</style>