Shades of Allports #25717F
Tints of Allports #25717F
RGB
CMYK
RGB Variations
Color information
#25717F (or 0x25717F) is known color: Allports. HEX triplet: 25, 71 and 7F. RGB value is (37,113,127). Sum of RGB (Red+Green+Blue) = 37+113+127=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #25717F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25717F is #DA8E80. Grayscale: #5B5B5B. Windows color (decimal): -14323329 or 8352037. OLE color: 8352037.
HSL color Cylindrical-coordinate representation of color #25717F: hue angle of 189.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25717F is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 113 | 127 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.50 |
| HSL | 189.33º | 0.55% | 0.32% | - |
| HSV(B) | 189.33º | 0.71% | 0.5% | - |
| XYZ | 10.5 | 13.74 | 22.18 | - |
| YUV | 91.87 | 147.82 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 127 | 0.71 | 0.11 | 0 | 0.50 | 189.33 | 0.55 | 0.32 |
| Hex | 25 | 71 | 7F | 47 | B | 0 | 32 | BD | 37 | 20 |
| Octal | 45 | 161 | 177 | 107 | 13 | 0 | 62 | 275 | 67 | 40 |
| Binary | 100101 | 1110001 | 1111111 | 1000111 | 1011 | 0 | 110010 | 10111101 | 110111 | 100000 |
Color Harmonies of #25717F
Complementary color
Monochromatic Colors of #25717F
Black with #25717F
Text Example
Text Example
White with #25717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25717F; }
p { color: rgb(37,113,127); }
H1.HeaderClassName
{
color: #25717F;
}
.AnyTagClassName
{
color: #25717F;
}
</style>
background-color css
<style>
a { background-color: #25717F; }
a { background-color: rgb(37,113,127); }
div.DivClassName
{
background-color: #25717F;
}
.BgClassName
{
background-color: #25717F;
}
</style>
border-color css
<style>
span { border-color: #25717F; }
span { border-color: rgb(37,113,127); }
td.TdClassName
{
border-color: #25717F;
}
.TagClassName
{
border-color: #25717F;
}
</style>