Shades of Paris M #252462
Tints of Paris M #252462
RGB
CMYK
RGB Variations
Color information
#252462 (or 0x252462) is known color: Paris M. HEX triplet: 25, 24 and 62. RGB value is (37,36,98). Sum of RGB (Red+Green+Blue) = 37+36+98=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #252462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252462 is #DADB9D. Grayscale: #2B2B2B. Windows color (decimal): -14343070 or 6431781. OLE color: 6431781.
HSL color Cylindrical-coordinate representation of color #252462: hue angle of 240.97º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #252462 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 36 | 98 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.62 |
| HSL | 240.97º | 0.46% | 0.26% | - |
| HSV(B) | 240.97º | 0.63% | 0.38% | - |
| XYZ | 3.6 | 2.54 | 11.86 | - |
| YUV | 43.37 | 158.83 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 98 | 0.62 | 0.63 | 0 | 0.62 | 240.97 | 0.46 | 0.26 |
| Hex | 25 | 24 | 62 | 3E | 3F | 0 | 3E | F1 | 2E | 1A |
| Octal | 45 | 44 | 142 | 76 | 77 | 0 | 76 | 361 | 56 | 32 |
| Binary | 100101 | 100100 | 1100010 | 111110 | 111111 | 0 | 111110 | 11110001 | 101110 | 11010 |
Color Harmonies of #252462
Complementary color
Monochromatic Colors of #252462
Black with #252462
Text Example
Text Example
White with #252462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252462; }
p { color: rgb(37,36,98); }
H1.HeaderClassName
{
color: #252462;
}
.AnyTagClassName
{
color: #252462;
}
</style>
background-color css
<style>
a { background-color: #252462; }
a { background-color: rgb(37,36,98); }
div.DivClassName
{
background-color: #252462;
}
.BgClassName
{
background-color: #252462;
}
</style>
border-color css
<style>
span { border-color: #252462; }
span { border-color: rgb(37,36,98); }
td.TdClassName
{
border-color: #252462;
}
.TagClassName
{
border-color: #252462;
}
</style>