Shades of Paris M #2B226C
Tints of Paris M #2B226C
RGB
CMYK
RGB Variations
Color information
#2B226C (or 0x2B226C) is known color: Paris M. HEX triplet: 2B, 22 and 6C. RGB value is (43,34,108). Sum of RGB (Red+Green+Blue) = 43+34+108=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B226C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B226C is #D4DD93. Grayscale: #2C2C2C. Windows color (decimal): -13950356 or 7086635. OLE color: 7086635.
HSL color Cylindrical-coordinate representation of color #2B226C: hue angle of 247.3º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B226C is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 34 | 108 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.58 |
| HSL | 247.3º | 0.52% | 0.28% | - |
| HSV(B) | 247.3º | 0.69% | 0.42% | - |
| XYZ | 4.28 | 2.74 | 14.49 | - |
| YUV | 45.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 108 | 0.60 | 0.69 | 0 | 0.58 | 247.3 | 0.52 | 0.28 |
| Hex | 2B | 22 | 6C | 3C | 45 | 0 | 3A | F7 | 34 | 1C |
| Octal | 53 | 42 | 154 | 74 | 105 | 0 | 72 | 367 | 64 | 34 |
| Binary | 101011 | 100010 | 1101100 | 111100 | 1000101 | 0 | 111010 | 11110111 | 110100 | 11100 |
Color Harmonies of #2B226C
Complementary color
Monochromatic Colors of #2B226C
Black with #2B226C
Text Example
Text Example
White with #2B226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B226C; }
p { color: rgb(43,34,108); }
H1.HeaderClassName
{
color: #2B226C;
}
.AnyTagClassName
{
color: #2B226C;
}
</style>
background-color css
<style>
a { background-color: #2B226C; }
a { background-color: rgb(43,34,108); }
div.DivClassName
{
background-color: #2B226C;
}
.BgClassName
{
background-color: #2B226C;
}
</style>
border-color css
<style>
span { border-color: #2B226C; }
span { border-color: rgb(43,34,108); }
td.TdClassName
{
border-color: #2B226C;
}
.TagClassName
{
border-color: #2B226C;
}
</style>