Shades of Paris M #2B246C
Tints of Paris M #2B246C
RGB
CMYK
RGB Variations
Color information
#2B246C (or 0x2B246C) is known color: Paris M. HEX triplet: 2B, 24 and 6C. RGB value is (43,36,108). Sum of RGB (Red+Green+Blue) = 43+36+108=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B246C is #D4DB93. Grayscale: #2E2E2E. Windows color (decimal): -13949844 or 7087147. OLE color: 7087147.
HSL color Cylindrical-coordinate representation of color #2B246C: hue angle of 245.83º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B246C is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 36 | 108 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.58 |
| HSL | 245.83º | 0.5% | 0.28% | - |
| HSV(B) | 245.83º | 0.67% | 0.42% | - |
| XYZ | 4.33 | 2.86 | 14.51 | - |
| YUV | 46.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 36 | 108 | 0.60 | 0.67 | 0 | 0.58 | 245.83 | 0.5 | 0.28 |
| Hex | 2B | 24 | 6C | 3C | 43 | 0 | 3A | F6 | 32 | 1C |
| Octal | 53 | 44 | 154 | 74 | 103 | 0 | 72 | 366 | 62 | 34 |
| Binary | 101011 | 100100 | 1101100 | 111100 | 1000011 | 0 | 111010 | 11110110 | 110010 | 11100 |
Color Harmonies of #2B246C
Complementary color
Monochromatic Colors of #2B246C
Black with #2B246C
Text Example
Text Example
White with #2B246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B246C; }
p { color: rgb(43,36,108); }
H1.HeaderClassName
{
color: #2B246C;
}
.AnyTagClassName
{
color: #2B246C;
}
</style>
background-color css
<style>
a { background-color: #2B246C; }
a { background-color: rgb(43,36,108); }
div.DivClassName
{
background-color: #2B246C;
}
.BgClassName
{
background-color: #2B246C;
}
</style>
border-color css
<style>
span { border-color: #2B246C; }
span { border-color: rgb(43,36,108); }
td.TdClassName
{
border-color: #2B246C;
}
.TagClassName
{
border-color: #2B246C;
}
</style>