Shades of Paris M #332B57
Tints of Paris M #332B57
RGB
CMYK
RGB Variations
Color information
#332B57 (or 0x332B57) is known color: Paris M. HEX triplet: 33, 2B and 57. RGB value is (51,43,87). Sum of RGB (Red+Green+Blue) = 51+43+87=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #332B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332B57 is #CCD4A8. Grayscale: #323232. Windows color (decimal): -13423785 or 5712691. OLE color: 5712691.
HSL color Cylindrical-coordinate representation of color #332B57: hue angle of 250.91º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #332B57 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 43 | 87 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.66 |
| HSL | 250.91º | 0.34% | 0.25% | - |
| HSV(B) | 250.91º | 0.51% | 0.34% | - |
| XYZ | 3.95 | 3.12 | 9.41 | - |
| YUV | 50.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 87 | 0.41 | 0.51 | 0 | 0.66 | 250.91 | 0.34 | 0.25 |
| Hex | 33 | 2B | 57 | 29 | 33 | 0 | 42 | FB | 22 | 19 |
| Octal | 63 | 53 | 127 | 51 | 63 | 0 | 102 | 373 | 42 | 31 |
| Binary | 110011 | 101011 | 1010111 | 101001 | 110011 | 0 | 1000010 | 11111011 | 100010 | 11001 |
Color Harmonies of #332B57
Complementary color
Monochromatic Colors of #332B57
Black with #332B57
Text Example
Text Example
White with #332B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332B57; }
p { color: rgb(51,43,87); }
H1.HeaderClassName
{
color: #332B57;
}
.AnyTagClassName
{
color: #332B57;
}
</style>
background-color css
<style>
a { background-color: #332B57; }
a { background-color: rgb(51,43,87); }
div.DivClassName
{
background-color: #332B57;
}
.BgClassName
{
background-color: #332B57;
}
</style>
border-color css
<style>
span { border-color: #332B57; }
span { border-color: rgb(51,43,87); }
td.TdClassName
{
border-color: #332B57;
}
.TagClassName
{
border-color: #332B57;
}
</style>