Shades of Paris M #2B226B
Tints of Paris M #2B226B
RGB
CMYK
RGB Variations
Color information
#2B226B (or 0x2B226B) is known color: Paris M. HEX triplet: 2B, 22 and 6B. RGB value is (43,34,107). Sum of RGB (Red+Green+Blue) = 43+34+107=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B226B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B226B is #D4DD94. Grayscale: #2C2C2C. Windows color (decimal): -13950357 or 7021099. OLE color: 7021099.
HSL color Cylindrical-coordinate representation of color #2B226B: hue angle of 247.4º degrees, saturation: 0.52, 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 #2B226B is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 34 | 107 | - |
| CMYK | 0.60 | 0.68 | 0 | 0.58 |
| HSL | 247.4º | 0.52% | 0.28% | - |
| HSV(B) | 247.4º | 0.68% | 0.42% | - |
| XYZ | 4.22 | 2.72 | 14.21 | - |
| YUV | 45.01 | 162.98 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 107 | 0.60 | 0.68 | 0 | 0.58 | 247.4 | 0.52 | 0.28 |
| Hex | 2B | 22 | 6B | 3C | 44 | 0 | 3A | F7 | 34 | 1C |
| Octal | 53 | 42 | 153 | 74 | 104 | 0 | 72 | 367 | 64 | 34 |
| Binary | 101011 | 100010 | 1101011 | 111100 | 1000100 | 0 | 111010 | 11110111 | 110100 | 11100 |
Color Harmonies of #2B226B
Complementary color
Monochromatic Colors of #2B226B
Black with #2B226B
Text Example
Text Example
White with #2B226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B226B; }
p { color: rgb(43,34,107); }
H1.HeaderClassName
{
color: #2B226B;
}
.AnyTagClassName
{
color: #2B226B;
}
</style>
background-color css
<style>
a { background-color: #2B226B; }
a { background-color: rgb(43,34,107); }
div.DivClassName
{
background-color: #2B226B;
}
.BgClassName
{
background-color: #2B226B;
}
</style>
border-color css
<style>
span { border-color: #2B226B; }
span { border-color: rgb(43,34,107); }
td.TdClassName
{
border-color: #2B226B;
}
.TagClassName
{
border-color: #2B226B;
}
</style>