Shades of Paris M #2B2865
Tints of Paris M #2B2865
RGB
CMYK
RGB Variations
Color information
#2B2865 (or 0x2B2865) is known color: Paris M. HEX triplet: 2B, 28 and 65. RGB value is (43,40,101). Sum of RGB (Red+Green+Blue) = 43+40+101=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #2B2865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2865 is #D4D79A. Grayscale: #2F2F2F. Windows color (decimal): -13948827 or 6629419. OLE color: 6629419.
HSL color Cylindrical-coordinate representation of color #2B2865: hue angle of 242.95º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B2865 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 40 | 101 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.60 |
| HSL | 242.95º | 0.43% | 0.28% | - |
| HSV(B) | 242.95º | 0.6% | 0.4% | - |
| XYZ | 4.1 | 2.97 | 12.67 | - |
| YUV | 47.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 40 | 101 | 0.57 | 0.60 | 0 | 0.60 | 242.95 | 0.43 | 0.28 |
| Hex | 2B | 28 | 65 | 39 | 3C | 0 | 3C | F3 | 2B | 1C |
| Octal | 53 | 50 | 145 | 71 | 74 | 0 | 74 | 363 | 53 | 34 |
| Binary | 101011 | 101000 | 1100101 | 111001 | 111100 | 0 | 111100 | 11110011 | 101011 | 11100 |
Color Harmonies of #2B2865
Complementary color
Monochromatic Colors of #2B2865
Black with #2B2865
Text Example
Text Example
White with #2B2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2865; }
p { color: rgb(43,40,101); }
H1.HeaderClassName
{
color: #2B2865;
}
.AnyTagClassName
{
color: #2B2865;
}
</style>
background-color css
<style>
a { background-color: #2B2865; }
a { background-color: rgb(43,40,101); }
div.DivClassName
{
background-color: #2B2865;
}
.BgClassName
{
background-color: #2B2865;
}
</style>
border-color css
<style>
span { border-color: #2B2865; }
span { border-color: rgb(43,40,101); }
td.TdClassName
{
border-color: #2B2865;
}
.TagClassName
{
border-color: #2B2865;
}
</style>