Shades of Paris M #2B2465
Tints of Paris M #2B2465
RGB
CMYK
RGB Variations
Color information
#2B2465 (or 0x2B2465) is known color: Paris M. HEX triplet: 2B, 24 and 65. RGB value is (43,36,101). Sum of RGB (Red+Green+Blue) = 43+36+101=180 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.89% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 101 (39.84% from 255 or 56.11% from 180); Max value from RGB is 101 - color contains mainly: blue. Hex color #2B2465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2465 is #D4DB9A. Grayscale: #2D2D2D. Windows color (decimal): -13949851 or 6628395. OLE color: 6628395.
HSL color Cylindrical-coordinate representation of color #2B2465: hue angle of 246.46º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B2465 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 36 | 101 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.60 |
| HSL | 246.46º | 0.47% | 0.27% | - |
| HSV(B) | 246.46º | 0.64% | 0.4% | - |
| XYZ | 3.98 | 2.71 | 12.63 | - |
| YUV | 45.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 36 | 101 | 0.57 | 0.64 | 0 | 0.60 | 246.46 | 0.47 | 0.27 |
| Hex | 2B | 24 | 65 | 39 | 40 | 0 | 3C | F6 | 2F | 1B |
| Octal | 53 | 44 | 145 | 71 | 100 | 0 | 74 | 366 | 57 | 33 |
| Binary | 101011 | 100100 | 1100101 | 111001 | 1000000 | 0 | 111100 | 11110110 | 101111 | 11011 |
Color Harmonies of #2B2465
Complementary color
Monochromatic Colors of #2B2465
Black with #2B2465
Text Example
Text Example
White with #2B2465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2465; }
p { color: rgb(43,36,101); }
H1.HeaderClassName
{
color: #2B2465;
}
.AnyTagClassName
{
color: #2B2465;
}
</style>
background-color css
<style>
a { background-color: #2B2465; }
a { background-color: rgb(43,36,101); }
div.DivClassName
{
background-color: #2B2465;
}
.BgClassName
{
background-color: #2B2465;
}
</style>
border-color css
<style>
span { border-color: #2B2465; }
span { border-color: rgb(43,36,101); }
td.TdClassName
{
border-color: #2B2465;
}
.TagClassName
{
border-color: #2B2465;
}
</style>