Shades of Paris M #2B235E
Tints of Paris M #2B235E
RGB
CMYK
RGB Variations
Color information
#2B235E (or 0x2B235E) is known color: Paris M. HEX triplet: 2B, 23 and 5E. RGB value is (43,35,94). Sum of RGB (Red+Green+Blue) = 43+35+94=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 94 (37.11% from 255 or 54.65% from 172); Max value from RGB is 94 - color contains mainly: blue. Hex color #2B235E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B235E is #D4DCA1. Grayscale: #2B2B2B. Windows color (decimal): -13950114 or 6169387. OLE color: 6169387.
HSL color Cylindrical-coordinate representation of color #2B235E: hue angle of 248.14º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B235E is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 43 | 35 | 94 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.63 |
| HSL | 248.14º | 0.46% | 0.25% | - |
| HSV(B) | 248.14º | 0.63% | 0.37% | - |
| XYZ | 3.62 | 2.52 | 10.89 | - |
| YUV | 44.12 | 156.15 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 94 | 0.54 | 0.63 | 0 | 0.63 | 248.14 | 0.46 | 0.25 |
| Hex | 2B | 23 | 5E | 36 | 3F | 0 | 3F | F8 | 2E | 19 |
| Octal | 53 | 43 | 136 | 66 | 77 | 0 | 77 | 370 | 56 | 31 |
| Binary | 101011 | 100011 | 1011110 | 110110 | 111111 | 0 | 111111 | 11111000 | 101110 | 11001 |
Color Harmonies of #2B235E
Complementary color
Monochromatic Colors of #2B235E
Black with #2B235E
Text Example
Text Example
White with #2B235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B235E; }
p { color: rgb(43,35,94); }
H1.HeaderClassName
{
color: #2B235E;
}
.AnyTagClassName
{
color: #2B235E;
}
</style>
background-color css
<style>
a { background-color: #2B235E; }
a { background-color: rgb(43,35,94); }
div.DivClassName
{
background-color: #2B235E;
}
.BgClassName
{
background-color: #2B235E;
}
</style>
border-color css
<style>
span { border-color: #2B235E; }
span { border-color: rgb(43,35,94); }
td.TdClassName
{
border-color: #2B235E;
}
.TagClassName
{
border-color: #2B235E;
}
</style>