Shades of Tolopea #25203E
Tints of Tolopea #25203E
RGB
CMYK
RGB Variations
Color information
#25203E (or 0x25203E) is known color: Tolopea. HEX triplet: 25, 20 and 3E. RGB value is (37,32,62). Sum of RGB (Red+Green+Blue) = 37+32+62=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 62 (24.61% from 255 or 47.33% from 131); Max value from RGB is 62 - color contains mainly: blue. Hex color #25203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25203E is #DADFC1. Grayscale: #242424. Windows color (decimal): -14344130 or 4071461. OLE color: 4071461.
HSL color Cylindrical-coordinate representation of color #25203E: hue angle of 250º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #25203E is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 32 | 62 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.76 |
| HSL | 250º | 0.32% | 0.18% | - |
| HSV(B) | 250º | 0.48% | 0.24% | - |
| XYZ | 2.15 | 1.77 | 4.79 | - |
| YUV | 36.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 62 | 0.40 | 0.48 | 0 | 0.76 | 250 | 0.32 | 0.18 |
| Hex | 25 | 20 | 3E | 28 | 30 | 0 | 4C | FA | 20 | 12 |
| Octal | 45 | 40 | 76 | 50 | 60 | 0 | 114 | 372 | 40 | 22 |
| Binary | 100101 | 100000 | 111110 | 101000 | 110000 | 0 | 1001100 | 11111010 | 100000 | 10010 |
Color Harmonies of #25203E
Complementary color
Monochromatic Colors of #25203E
Black with #25203E
Text Example
Text Example
White with #25203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25203E; }
p { color: rgb(37,32,62); }
H1.HeaderClassName
{
color: #25203E;
}
.AnyTagClassName
{
color: #25203E;
}
</style>
background-color css
<style>
a { background-color: #25203E; }
a { background-color: rgb(37,32,62); }
div.DivClassName
{
background-color: #25203E;
}
.BgClassName
{
background-color: #25203E;
}
</style>
border-color css
<style>
span { border-color: #25203E; }
span { border-color: rgb(37,32,62); }
td.TdClassName
{
border-color: #25203E;
}
.TagClassName
{
border-color: #25203E;
}
</style>