Shades of Paris M #2B235D
Tints of Paris M #2B235D
RGB
CMYK
RGB Variations
Color information
#2B235D (or 0x2B235D) is known color: Paris M. HEX triplet: 2B, 23 and 5D. RGB value is (43,35,93). Sum of RGB (Red+Green+Blue) = 43+35+93=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B235D is #D4DCA2. Grayscale: #2B2B2B. Windows color (decimal): -13950115 or 6103851. OLE color: 6103851.
HSL color Cylindrical-coordinate representation of color #2B235D: hue angle of 248.28º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B235D is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 35 | 93 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.64 |
| HSL | 248.28º | 0.45% | 0.25% | - |
| HSV(B) | 248.28º | 0.62% | 0.36% | - |
| XYZ | 3.57 | 2.51 | 10.65 | - |
| YUV | 44 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 93 | 0.54 | 0.62 | 0 | 0.64 | 248.28 | 0.45 | 0.25 |
| Hex | 2B | 23 | 5D | 36 | 3E | 0 | 40 | F8 | 2D | 19 |
| Octal | 53 | 43 | 135 | 66 | 76 | 0 | 100 | 370 | 55 | 31 |
| Binary | 101011 | 100011 | 1011101 | 110110 | 111110 | 0 | 1000000 | 11111000 | 101101 | 11001 |
Color Harmonies of #2B235D
Complementary color
Monochromatic Colors of #2B235D
Black with #2B235D
Text Example
Text Example
White with #2B235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B235D; }
p { color: rgb(43,35,93); }
H1.HeaderClassName
{
color: #2B235D;
}
.AnyTagClassName
{
color: #2B235D;
}
</style>
background-color css
<style>
a { background-color: #2B235D; }
a { background-color: rgb(43,35,93); }
div.DivClassName
{
background-color: #2B235D;
}
.BgClassName
{
background-color: #2B235D;
}
</style>
border-color css
<style>
span { border-color: #2B235D; }
span { border-color: rgb(43,35,93); }
td.TdClassName
{
border-color: #2B235D;
}
.TagClassName
{
border-color: #2B235D;
}
</style>