Shades of Paris M #332E63
Tints of Paris M #332E63
RGB
CMYK
RGB Variations
Color information
#332E63 (or 0x332E63) is known color: Paris M. HEX triplet: 33, 2E and 63. RGB value is (51,46,99). Sum of RGB (Red+Green+Blue) = 51+46+99=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #332E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332E63 is #CCD19C. Grayscale: #353535. Windows color (decimal): -13423005 or 6499891. OLE color: 6499891.
HSL color Cylindrical-coordinate representation of color #332E63: hue angle of 245.66º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #332E63 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 46 | 99 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.61 |
| HSL | 245.66º | 0.37% | 0.28% | - |
| HSV(B) | 245.66º | 0.54% | 0.39% | - |
| XYZ | 4.59 | 3.56 | 12.25 | - |
| YUV | 53.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 99 | 0.48 | 0.54 | 0 | 0.61 | 245.66 | 0.37 | 0.28 |
| Hex | 33 | 2E | 63 | 30 | 36 | 0 | 3D | F6 | 25 | 1C |
| Octal | 63 | 56 | 143 | 60 | 66 | 0 | 75 | 366 | 45 | 34 |
| Binary | 110011 | 101110 | 1100011 | 110000 | 110110 | 0 | 111101 | 11110110 | 100101 | 11100 |
Color Harmonies of #332E63
Complementary color
Monochromatic Colors of #332E63
Black with #332E63
Text Example
Text Example
White with #332E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332E63; }
p { color: rgb(51,46,99); }
H1.HeaderClassName
{
color: #332E63;
}
.AnyTagClassName
{
color: #332E63;
}
</style>
background-color css
<style>
a { background-color: #332E63; }
a { background-color: rgb(51,46,99); }
div.DivClassName
{
background-color: #332E63;
}
.BgClassName
{
background-color: #332E63;
}
</style>
border-color css
<style>
span { border-color: #332E63; }
span { border-color: rgb(51,46,99); }
td.TdClassName
{
border-color: #332E63;
}
.TagClassName
{
border-color: #332E63;
}
</style>