Shades of Allports #25798C
Tints of Allports #25798C
RGB
CMYK
RGB Variations
Color information
#25798C (or 0x25798C) is known color: Allports. HEX triplet: 25, 79 and 8C. RGB value is (37,121,140). Sum of RGB (Red+Green+Blue) = 37+121+140=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #25798C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25798C is #DA8673. Grayscale: #616161. Windows color (decimal): -14321268 or 9206053. OLE color: 9206053.
HSL color Cylindrical-coordinate representation of color #25798C: hue angle of 191.07º 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 #25798C is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 121 | 140 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.45 |
| HSL | 191.07º | 0.58% | 0.35% | - |
| HSV(B) | 191.07º | 0.74% | 0.55% | - |
| XYZ | 12.33 | 15.96 | 27.24 | - |
| YUV | 98.05 | 151.67 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 121 | 140 | 0.74 | 0.14 | 0 | 0.45 | 191.07 | 0.58 | 0.35 |
| Hex | 25 | 79 | 8C | 4A | E | 0 | 2D | BF | 3A | 23 |
| Octal | 45 | 171 | 214 | 112 | 16 | 0 | 55 | 277 | 72 | 43 |
| Binary | 100101 | 1111001 | 10001100 | 1001010 | 1110 | 0 | 101101 | 10111111 | 111010 | 100011 |
Color Harmonies of #25798C
Complementary color
Monochromatic Colors of #25798C
Black with #25798C
Text Example
Text Example
White with #25798C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25798C; }
p { color: rgb(37,121,140); }
H1.HeaderClassName
{
color: #25798C;
}
.AnyTagClassName
{
color: #25798C;
}
</style>
background-color css
<style>
a { background-color: #25798C; }
a { background-color: rgb(37,121,140); }
div.DivClassName
{
background-color: #25798C;
}
.BgClassName
{
background-color: #25798C;
}
</style>
border-color css
<style>
span { border-color: #25798C; }
span { border-color: rgb(37,121,140); }
td.TdClassName
{
border-color: #25798C;
}
.TagClassName
{
border-color: #25798C;
}
</style>