Shades of Paris M #2B206F
Tints of Paris M #2B206F
RGB
CMYK
RGB Variations
Color information
#2B206F (or 0x2B206F) is known color: Paris M. HEX triplet: 2B, 20 and 6F. RGB value is (43,32,111). Sum of RGB (Red+Green+Blue) = 43+32+111=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B206F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B206F is #D4DF90. Grayscale: #2B2B2B. Windows color (decimal): -13950865 or 7282731. OLE color: 7282731.
HSL color Cylindrical-coordinate representation of color #2B206F: hue angle of 248.35º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B206F is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 32 | 111 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.56 |
| HSL | 248.35º | 0.55% | 0.28% | - |
| HSV(B) | 248.35º | 0.71% | 0.44% | - |
| XYZ | 4.38 | 2.69 | 15.33 | - |
| YUV | 44.3 | 165.64 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 111 | 0.61 | 0.71 | 0 | 0.56 | 248.35 | 0.55 | 0.28 |
| Hex | 2B | 20 | 6F | 3D | 47 | 0 | 38 | F8 | 37 | 1C |
| Octal | 53 | 40 | 157 | 75 | 107 | 0 | 70 | 370 | 67 | 34 |
| Binary | 101011 | 100000 | 1101111 | 111101 | 1000111 | 0 | 111000 | 11111000 | 110111 | 11100 |
Color Harmonies of #2B206F
Complementary color
Monochromatic Colors of #2B206F
Black with #2B206F
Text Example
Text Example
White with #2B206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B206F; }
p { color: rgb(43,32,111); }
H1.HeaderClassName
{
color: #2B206F;
}
.AnyTagClassName
{
color: #2B206F;
}
</style>
background-color css
<style>
a { background-color: #2B206F; }
a { background-color: rgb(43,32,111); }
div.DivClassName
{
background-color: #2B206F;
}
.BgClassName
{
background-color: #2B206F;
}
</style>
border-color css
<style>
span { border-color: #2B206F; }
span { border-color: rgb(43,32,111); }
td.TdClassName
{
border-color: #2B206F;
}
.TagClassName
{
border-color: #2B206F;
}
</style>