Shades of Paris M #252365
Tints of Paris M #252365
RGB
CMYK
RGB Variations
Color information
#252365 (or 0x252365) is known color: Paris M. HEX triplet: 25, 23 and 65. RGB value is (37,35,101). Sum of RGB (Red+Green+Blue) = 37+35+101=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #252365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252365 is #DADC9A. Grayscale: #2A2A2A. Windows color (decimal): -14343323 or 6628133. OLE color: 6628133.
HSL color Cylindrical-coordinate representation of color #252365: hue angle of 241.82º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #252365 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 35 | 101 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.60 |
| HSL | 241.82º | 0.49% | 0.27% | - |
| HSV(B) | 241.82º | 0.65% | 0.4% | - |
| XYZ | 3.71 | 2.53 | 12.61 | - |
| YUV | 43.12 | 160.66 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 35 | 101 | 0.63 | 0.65 | 0 | 0.60 | 241.82 | 0.49 | 0.27 |
| Hex | 25 | 23 | 65 | 3F | 41 | 0 | 3C | F2 | 31 | 1B |
| Octal | 45 | 43 | 145 | 77 | 101 | 0 | 74 | 362 | 61 | 33 |
| Binary | 100101 | 100011 | 1100101 | 111111 | 1000001 | 0 | 111100 | 11110010 | 110001 | 11011 |
Color Harmonies of #252365
Complementary color
Monochromatic Colors of #252365
Black with #252365
Text Example
Text Example
White with #252365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252365; }
p { color: rgb(37,35,101); }
H1.HeaderClassName
{
color: #252365;
}
.AnyTagClassName
{
color: #252365;
}
</style>
background-color css
<style>
a { background-color: #252365; }
a { background-color: rgb(37,35,101); }
div.DivClassName
{
background-color: #252365;
}
.BgClassName
{
background-color: #252365;
}
</style>
border-color css
<style>
span { border-color: #252365; }
span { border-color: rgb(37,35,101); }
td.TdClassName
{
border-color: #252365;
}
.TagClassName
{
border-color: #252365;
}
</style>