Shades of Allports #25707A
Tints of Allports #25707A
RGB
CMYK
RGB Variations
Color information
#25707A (or 0x25707A) is known color: Allports. HEX triplet: 25, 70 and 7A. RGB value is (37,112,122). Sum of RGB (Red+Green+Blue) = 37+112+122=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #25707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25707A is #DA8F85. Grayscale: #5A5A5A. Windows color (decimal): -14323590 or 8024101. OLE color: 8024101.
HSL color Cylindrical-coordinate representation of color #25707A: hue angle of 187.06º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25707A is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 112 | 122 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.52 |
| HSL | 187.06º | 0.53% | 0.31% | - |
| HSV(B) | 187.06º | 0.7% | 0.48% | - |
| XYZ | 10.07 | 13.39 | 20.47 | - |
| YUV | 90.72 | 145.65 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 122 | 0.70 | 0.08 | 0 | 0.52 | 187.06 | 0.53 | 0.31 |
| Hex | 25 | 70 | 7A | 46 | 8 | 0 | 34 | BB | 35 | 1F |
| Octal | 45 | 160 | 172 | 106 | 10 | 0 | 64 | 273 | 65 | 37 |
| Binary | 100101 | 1110000 | 1111010 | 1000110 | 1000 | 0 | 110100 | 10111011 | 110101 | 11111 |
Color Harmonies of #25707A
Complementary color
Monochromatic Colors of #25707A
Black with #25707A
Text Example
Text Example
White with #25707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25707A; }
p { color: rgb(37,112,122); }
H1.HeaderClassName
{
color: #25707A;
}
.AnyTagClassName
{
color: #25707A;
}
</style>
background-color css
<style>
a { background-color: #25707A; }
a { background-color: rgb(37,112,122); }
div.DivClassName
{
background-color: #25707A;
}
.BgClassName
{
background-color: #25707A;
}
</style>
border-color css
<style>
span { border-color: #25707A; }
span { border-color: rgb(37,112,122); }
td.TdClassName
{
border-color: #25707A;
}
.TagClassName
{
border-color: #25707A;
}
</style>