Shades of Allports #25778D
Tints of Allports #25778D
RGB
CMYK
RGB Variations
Color information
#25778D (or 0x25778D) is known color: Allports. HEX triplet: 25, 77 and 8D. RGB value is (37,119,141). Sum of RGB (Red+Green+Blue) = 37+119+141=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #25778D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25778D is #DA8872. Grayscale: #606060. Windows color (decimal): -14321779 or 9271077. OLE color: 9271077.
HSL color Cylindrical-coordinate representation of color #25778D: hue angle of 192.69º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25778D is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 119 | 141 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.45 |
| HSL | 192.69º | 0.58% | 0.35% | - |
| HSV(B) | 192.69º | 0.74% | 0.55% | - |
| XYZ | 12.17 | 15.51 | 27.55 | - |
| YUV | 96.99 | 152.83 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 119 | 141 | 0.74 | 0.16 | 0 | 0.45 | 192.69 | 0.58 | 0.35 |
| Hex | 25 | 77 | 8D | 4A | 10 | 0 | 2D | C1 | 3A | 23 |
| Octal | 45 | 167 | 215 | 112 | 20 | 0 | 55 | 301 | 72 | 43 |
| Binary | 100101 | 1110111 | 10001101 | 1001010 | 10000 | 0 | 101101 | 11000001 | 111010 | 100011 |
Color Harmonies of #25778D
Complementary color
Monochromatic Colors of #25778D
Black with #25778D
Text Example
Text Example
White with #25778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25778D; }
p { color: rgb(37,119,141); }
H1.HeaderClassName
{
color: #25778D;
}
.AnyTagClassName
{
color: #25778D;
}
</style>
background-color css
<style>
a { background-color: #25778D; }
a { background-color: rgb(37,119,141); }
div.DivClassName
{
background-color: #25778D;
}
.BgClassName
{
background-color: #25778D;
}
</style>
border-color css
<style>
span { border-color: #25778D; }
span { border-color: rgb(37,119,141); }
td.TdClassName
{
border-color: #25778D;
}
.TagClassName
{
border-color: #25778D;
}
</style>