Shades of Allports #25647D
Tints of Allports #25647D
RGB
CMYK
RGB Variations
Color information
#25647D (or 0x25647D) is known color: Allports. HEX triplet: 25, 64 and 7D. RGB value is (37,100,125). Sum of RGB (Red+Green+Blue) = 37+100+125=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #25647D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25647D is #DA9B82. Grayscale: #535353. Windows color (decimal): -14326659 or 8217637. OLE color: 8217637.
HSL color Cylindrical-coordinate representation of color #25647D: hue angle of 197.05º 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 #25647D is Cyan = 0.70, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 100 | 125 | - |
| CMYK | 0.70 | 0.2 | 0 | 0.51 |
| HSL | 197.05º | 0.54% | 0.32% | - |
| HSV(B) | 197.05º | 0.7% | 0.49% | - |
| XYZ | 9.02 | 10.99 | 21.05 | - |
| YUV | 84.01 | 151.13 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 125 | 0.70 | 0.2 | 0 | 0.51 | 197.05 | 0.54 | 0.32 |
| Hex | 25 | 64 | 7D | 46 | 14 | 0 | 33 | C5 | 36 | 20 |
| Octal | 45 | 144 | 175 | 106 | 24 | 0 | 63 | 305 | 66 | 40 |
| Binary | 100101 | 1100100 | 1111101 | 1000110 | 10100 | 0 | 110011 | 11000101 | 110110 | 100000 |
Color Harmonies of #25647D
Complementary color
Monochromatic Colors of #25647D
Black with #25647D
Text Example
Text Example
White with #25647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25647D; }
p { color: rgb(37,100,125); }
H1.HeaderClassName
{
color: #25647D;
}
.AnyTagClassName
{
color: #25647D;
}
</style>
background-color css
<style>
a { background-color: #25647D; }
a { background-color: rgb(37,100,125); }
div.DivClassName
{
background-color: #25647D;
}
.BgClassName
{
background-color: #25647D;
}
</style>
border-color css
<style>
span { border-color: #25647D; }
span { border-color: rgb(37,100,125); }
td.TdClassName
{
border-color: #25647D;
}
.TagClassName
{
border-color: #25647D;
}
</style>