Shades of Paris M #2B236C
Tints of Paris M #2B236C
RGB
CMYK
RGB Variations
Color information
#2B236C (or 0x2B236C) is known color: Paris M. HEX triplet: 2B, 23 and 6C. RGB value is (43,35,108). Sum of RGB (Red+Green+Blue) = 43+35+108=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B236C is #D4DC93. Grayscale: #2D2D2D. Windows color (decimal): -13950100 or 7086891. OLE color: 7086891.
HSL color Cylindrical-coordinate representation of color #2B236C: hue angle of 246.58º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B236C is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 35 | 108 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.58 |
| HSL | 246.58º | 0.51% | 0.28% | - |
| HSV(B) | 246.58º | 0.68% | 0.42% | - |
| XYZ | 4.3 | 2.8 | 14.5 | - |
| YUV | 45.71 | 163.15 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 108 | 0.60 | 0.68 | 0 | 0.58 | 246.58 | 0.51 | 0.28 |
| Hex | 2B | 23 | 6C | 3C | 44 | 0 | 3A | F7 | 33 | 1C |
| Octal | 53 | 43 | 154 | 74 | 104 | 0 | 72 | 367 | 63 | 34 |
| Binary | 101011 | 100011 | 1101100 | 111100 | 1000100 | 0 | 111010 | 11110111 | 110011 | 11100 |
Color Harmonies of #2B236C
Complementary color
Monochromatic Colors of #2B236C
Black with #2B236C
Text Example
Text Example
White with #2B236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B236C; }
p { color: rgb(43,35,108); }
H1.HeaderClassName
{
color: #2B236C;
}
.AnyTagClassName
{
color: #2B236C;
}
</style>
background-color css
<style>
a { background-color: #2B236C; }
a { background-color: rgb(43,35,108); }
div.DivClassName
{
background-color: #2B236C;
}
.BgClassName
{
background-color: #2B236C;
}
</style>
border-color css
<style>
span { border-color: #2B236C; }
span { border-color: rgb(43,35,108); }
td.TdClassName
{
border-color: #2B236C;
}
.TagClassName
{
border-color: #2B236C;
}
</style>