Shades of Paris M #2B2373
Tints of Paris M #2B2373
RGB
CMYK
RGB Variations
Color information
#2B2373 (or 0x2B2373) is known color: Paris M. HEX triplet: 2B, 23 and 73. RGB value is (43,35,115). Sum of RGB (Red+Green+Blue) = 43+35+115=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B2373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2373 is #D4DC8C. Grayscale: #2E2E2E. Windows color (decimal): -13950093 or 7545643. OLE color: 7545643.
HSL color Cylindrical-coordinate representation of color #2B2373: hue angle of 246º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B2373 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 35 | 115 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.55 |
| HSL | 246º | 0.53% | 0.29% | - |
| HSV(B) | 246º | 0.7% | 0.45% | - |
| XYZ | 4.69 | 2.95 | 16.54 | - |
| YUV | 46.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 115 | 0.63 | 0.70 | 0 | 0.55 | 246 | 0.53 | 0.29 |
| Hex | 2B | 23 | 73 | 3F | 46 | 0 | 37 | F6 | 35 | 1D |
| Octal | 53 | 43 | 163 | 77 | 106 | 0 | 67 | 366 | 65 | 35 |
| Binary | 101011 | 100011 | 1110011 | 111111 | 1000110 | 0 | 110111 | 11110110 | 110101 | 11101 |
Color Harmonies of #2B2373
Complementary color
Monochromatic Colors of #2B2373
Black with #2B2373
Text Example
Text Example
White with #2B2373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2373; }
p { color: rgb(43,35,115); }
H1.HeaderClassName
{
color: #2B2373;
}
.AnyTagClassName
{
color: #2B2373;
}
</style>
background-color css
<style>
a { background-color: #2B2373; }
a { background-color: rgb(43,35,115); }
div.DivClassName
{
background-color: #2B2373;
}
.BgClassName
{
background-color: #2B2373;
}
</style>
border-color css
<style>
span { border-color: #2B2373; }
span { border-color: rgb(43,35,115); }
td.TdClassName
{
border-color: #2B2373;
}
.TagClassName
{
border-color: #2B2373;
}
</style>