Shades of Allports #25687D
Tints of Allports #25687D
RGB
CMYK
RGB Variations
Color information
#25687D (or 0x25687D) is known color: Allports. HEX triplet: 25, 68 and 7D. RGB value is (37,104,125). Sum of RGB (Red+Green+Blue) = 37+104+125=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #25687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25687D is #DA9782. Grayscale: #565656. Windows color (decimal): -14325635 or 8218661. OLE color: 8218661.
HSL color Cylindrical-coordinate representation of color #25687D: hue angle of 194.32º 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 #25687D is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 104 | 125 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.51 |
| HSL | 194.32º | 0.54% | 0.32% | - |
| HSV(B) | 194.32º | 0.7% | 0.49% | - |
| XYZ | 9.41 | 11.77 | 21.18 | - |
| YUV | 86.36 | 149.8 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 125 | 0.70 | 0.17 | 0 | 0.51 | 194.32 | 0.54 | 0.32 |
| Hex | 25 | 68 | 7D | 46 | 11 | 0 | 33 | C2 | 36 | 20 |
| Octal | 45 | 150 | 175 | 106 | 21 | 0 | 63 | 302 | 66 | 40 |
| Binary | 100101 | 1101000 | 1111101 | 1000110 | 10001 | 0 | 110011 | 11000010 | 110110 | 100000 |
Color Harmonies of #25687D
Complementary color
Monochromatic Colors of #25687D
Black with #25687D
Text Example
Text Example
White with #25687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25687D; }
p { color: rgb(37,104,125); }
H1.HeaderClassName
{
color: #25687D;
}
.AnyTagClassName
{
color: #25687D;
}
</style>
background-color css
<style>
a { background-color: #25687D; }
a { background-color: rgb(37,104,125); }
div.DivClassName
{
background-color: #25687D;
}
.BgClassName
{
background-color: #25687D;
}
</style>
border-color css
<style>
span { border-color: #25687D; }
span { border-color: rgb(37,104,125); }
td.TdClassName
{
border-color: #25687D;
}
.TagClassName
{
border-color: #25687D;
}
</style>