Shades of Paris M #2B226D
Tints of Paris M #2B226D
RGB
CMYK
RGB Variations
Color information
#2B226D (or 0x2B226D) is known color: Paris M. HEX triplet: 2B, 22 and 6D. RGB value is (43,34,109). Sum of RGB (Red+Green+Blue) = 43+34+109=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B226D is #D4DD92. Grayscale: #2C2C2C. Windows color (decimal): -13950355 or 7152171. OLE color: 7152171.
HSL color Cylindrical-coordinate representation of color #2B226D: hue angle of 247.2º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B226D is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 34 | 109 | - |
| CMYK | 0.61 | 0.69 | 0 | 0.57 |
| HSL | 247.2º | 0.52% | 0.28% | - |
| HSV(B) | 247.2º | 0.69% | 0.43% | - |
| XYZ | 4.33 | 2.76 | 14.77 | - |
| YUV | 45.24 | 163.98 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 109 | 0.61 | 0.69 | 0 | 0.57 | 247.2 | 0.52 | 0.28 |
| Hex | 2B | 22 | 6D | 3D | 45 | 0 | 39 | F7 | 34 | 1C |
| Octal | 53 | 42 | 155 | 75 | 105 | 0 | 71 | 367 | 64 | 34 |
| Binary | 101011 | 100010 | 1101101 | 111101 | 1000101 | 0 | 111001 | 11110111 | 110100 | 11100 |
Color Harmonies of #2B226D
Complementary color
Monochromatic Colors of #2B226D
Black with #2B226D
Text Example
Text Example
White with #2B226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B226D; }
p { color: rgb(43,34,109); }
H1.HeaderClassName
{
color: #2B226D;
}
.AnyTagClassName
{
color: #2B226D;
}
</style>
background-color css
<style>
a { background-color: #2B226D; }
a { background-color: rgb(43,34,109); }
div.DivClassName
{
background-color: #2B226D;
}
.BgClassName
{
background-color: #2B226D;
}
</style>
border-color css
<style>
span { border-color: #2B226D; }
span { border-color: rgb(43,34,109); }
td.TdClassName
{
border-color: #2B226D;
}
.TagClassName
{
border-color: #2B226D;
}
</style>