Shades of Allports #25707C
Tints of Allports #25707C
RGB
CMYK
RGB Variations
Color information
#25707C (or 0x25707C) is known color: Allports. HEX triplet: 25, 70 and 7C. RGB value is (37,112,124). Sum of RGB (Red+Green+Blue) = 37+112+124=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #25707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25707C is #DA8F83. Grayscale: #5A5A5A. Windows color (decimal): -14323588 or 8155173. OLE color: 8155173.
HSL color Cylindrical-coordinate representation of color #25707C: hue angle of 188.28º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25707C is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 112 | 124 | - |
| CMYK | 0.70 | 0.10 | 0 | 0.51 |
| HSL | 188.28º | 0.54% | 0.32% | - |
| HSV(B) | 188.28º | 0.7% | 0.49% | - |
| XYZ | 10.2 | 13.44 | 21.13 | - |
| YUV | 90.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 124 | 0.70 | 0.10 | 0 | 0.51 | 188.28 | 0.54 | 0.32 |
| Hex | 25 | 70 | 7C | 46 | A | 0 | 33 | BC | 36 | 20 |
| Octal | 45 | 160 | 174 | 106 | 12 | 0 | 63 | 274 | 66 | 40 |
| Binary | 100101 | 1110000 | 1111100 | 1000110 | 1010 | 0 | 110011 | 10111100 | 110110 | 100000 |
Color Harmonies of #25707C
Complementary color
Monochromatic Colors of #25707C
Black with #25707C
Text Example
Text Example
White with #25707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25707C; }
p { color: rgb(37,112,124); }
H1.HeaderClassName
{
color: #25707C;
}
.AnyTagClassName
{
color: #25707C;
}
</style>
background-color css
<style>
a { background-color: #25707C; }
a { background-color: rgb(37,112,124); }
div.DivClassName
{
background-color: #25707C;
}
.BgClassName
{
background-color: #25707C;
}
</style>
border-color css
<style>
span { border-color: #25707C; }
span { border-color: rgb(37,112,124); }
td.TdClassName
{
border-color: #25707C;
}
.TagClassName
{
border-color: #25707C;
}
</style>