Shades of Paris M #2B266D
Tints of Paris M #2B266D
RGB
CMYK
RGB Variations
Color information
#2B266D (or 0x2B266D) is known color: Paris M. HEX triplet: 2B, 26 and 6D. RGB value is (43,38,109). Sum of RGB (Red+Green+Blue) = 43+38+109=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B266D is #D4D992. Grayscale: #2F2F2F. Windows color (decimal): -13949331 or 7153195. OLE color: 7153195.
HSL color Cylindrical-coordinate representation of color #2B266D: hue angle of 244.23º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B266D is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 38 | 109 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.57 |
| HSL | 244.23º | 0.48% | 0.29% | - |
| HSV(B) | 244.23º | 0.65% | 0.43% | - |
| XYZ | 4.45 | 3 | 14.81 | - |
| YUV | 47.59 | 162.66 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 109 | 0.61 | 0.65 | 0 | 0.57 | 244.23 | 0.48 | 0.29 |
| Hex | 2B | 26 | 6D | 3D | 41 | 0 | 39 | F4 | 30 | 1D |
| Octal | 53 | 46 | 155 | 75 | 101 | 0 | 71 | 364 | 60 | 35 |
| Binary | 101011 | 100110 | 1101101 | 111101 | 1000001 | 0 | 111001 | 11110100 | 110000 | 11101 |
Color Harmonies of #2B266D
Complementary color
Monochromatic Colors of #2B266D
Black with #2B266D
Text Example
Text Example
White with #2B266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B266D; }
p { color: rgb(43,38,109); }
H1.HeaderClassName
{
color: #2B266D;
}
.AnyTagClassName
{
color: #2B266D;
}
</style>
background-color css
<style>
a { background-color: #2B266D; }
a { background-color: rgb(43,38,109); }
div.DivClassName
{
background-color: #2B266D;
}
.BgClassName
{
background-color: #2B266D;
}
</style>
border-color css
<style>
span { border-color: #2B266D; }
span { border-color: rgb(43,38,109); }
td.TdClassName
{
border-color: #2B266D;
}
.TagClassName
{
border-color: #2B266D;
}
</style>