Shades of Allports #25738A
Tints of Allports #25738A
RGB
CMYK
RGB Variations
Color information
#25738A (or 0x25738A) is known color: Allports. HEX triplet: 25, 73 and 8A. RGB value is (37,115,138). Sum of RGB (Red+Green+Blue) = 37+115+138=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #25738A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25738A is #DA8C75. Grayscale: #5E5E5E. Windows color (decimal): -14322806 or 9073445. OLE color: 9073445.
HSL color Cylindrical-coordinate representation of color #25738A: hue angle of 193.66º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25738A is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 115 | 138 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.46 |
| HSL | 193.66º | 0.58% | 0.34% | - |
| HSV(B) | 193.66º | 0.73% | 0.54% | - |
| XYZ | 11.48 | 14.49 | 26.24 | - |
| YUV | 94.3 | 152.66 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 138 | 0.73 | 0.17 | 0 | 0.46 | 193.66 | 0.58 | 0.34 |
| Hex | 25 | 73 | 8A | 49 | 11 | 0 | 2E | C2 | 3A | 22 |
| Octal | 45 | 163 | 212 | 111 | 21 | 0 | 56 | 302 | 72 | 42 |
| Binary | 100101 | 1110011 | 10001010 | 1001001 | 10001 | 0 | 101110 | 11000010 | 111010 | 100010 |
Color Harmonies of #25738A
Complementary color
Monochromatic Colors of #25738A
Black with #25738A
Text Example
Text Example
White with #25738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25738A; }
p { color: rgb(37,115,138); }
H1.HeaderClassName
{
color: #25738A;
}
.AnyTagClassName
{
color: #25738A;
}
</style>
background-color css
<style>
a { background-color: #25738A; }
a { background-color: rgb(37,115,138); }
div.DivClassName
{
background-color: #25738A;
}
.BgClassName
{
background-color: #25738A;
}
</style>
border-color css
<style>
span { border-color: #25738A; }
span { border-color: rgb(37,115,138); }
td.TdClassName
{
border-color: #25738A;
}
.TagClassName
{
border-color: #25738A;
}
</style>