Shades of Paris M #2B266E
Tints of Paris M #2B266E
RGB
CMYK
RGB Variations
Color information
#2B266E (or 0x2B266E) is known color: Paris M. HEX triplet: 2B, 26 and 6E. RGB value is (43,38,110). Sum of RGB (Red+Green+Blue) = 43+38+110=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B266E is #D4D991. Grayscale: #2F2F2F. Windows color (decimal): -13949330 or 7218731. OLE color: 7218731.
HSL color Cylindrical-coordinate representation of color #2B266E: hue angle of 244.17º degrees, saturation: 0.49, 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 #2B266E is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 38 | 110 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.57 |
| HSL | 244.17º | 0.49% | 0.29% | - |
| HSV(B) | 244.17º | 0.65% | 0.43% | - |
| XYZ | 4.5 | 3.03 | 15.1 | - |
| YUV | 47.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 110 | 0.61 | 0.65 | 0 | 0.57 | 244.17 | 0.49 | 0.29 |
| Hex | 2B | 26 | 6E | 3D | 41 | 0 | 39 | F4 | 31 | 1D |
| Octal | 53 | 46 | 156 | 75 | 101 | 0 | 71 | 364 | 61 | 35 |
| Binary | 101011 | 100110 | 1101110 | 111101 | 1000001 | 0 | 111001 | 11110100 | 110001 | 11101 |
Color Harmonies of #2B266E
Complementary color
Monochromatic Colors of #2B266E
Black with #2B266E
Text Example
Text Example
White with #2B266E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B266E; }
p { color: rgb(43,38,110); }
H1.HeaderClassName
{
color: #2B266E;
}
.AnyTagClassName
{
color: #2B266E;
}
</style>
background-color css
<style>
a { background-color: #2B266E; }
a { background-color: rgb(43,38,110); }
div.DivClassName
{
background-color: #2B266E;
}
.BgClassName
{
background-color: #2B266E;
}
</style>
border-color css
<style>
span { border-color: #2B266E; }
span { border-color: rgb(43,38,110); }
td.TdClassName
{
border-color: #2B266E;
}
.TagClassName
{
border-color: #2B266E;
}
</style>