Shades of Paris M #2B2368
Tints of Paris M #2B2368
RGB
CMYK
RGB Variations
Color information
#2B2368 (or 0x2B2368) is known color: Paris M. HEX triplet: 2B, 23 and 68. RGB value is (43,35,104). Sum of RGB (Red+Green+Blue) = 43+35+104=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B2368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2368 is #D4DC97. Grayscale: #2C2C2C. Windows color (decimal): -13950104 or 6824747. OLE color: 6824747.
HSL color Cylindrical-coordinate representation of color #2B2368: hue angle of 246.96º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B2368 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 35 | 104 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.59 |
| HSL | 246.96º | 0.5% | 0.27% | - |
| HSV(B) | 246.96º | 0.66% | 0.41% | - |
| XYZ | 4.1 | 2.72 | 13.4 | - |
| YUV | 45.26 | 161.15 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 104 | 0.59 | 0.66 | 0 | 0.59 | 246.96 | 0.5 | 0.27 |
| Hex | 2B | 23 | 68 | 3B | 42 | 0 | 3B | F7 | 32 | 1B |
| Octal | 53 | 43 | 150 | 73 | 102 | 0 | 73 | 367 | 62 | 33 |
| Binary | 101011 | 100011 | 1101000 | 111011 | 1000010 | 0 | 111011 | 11110111 | 110010 | 11011 |
Color Harmonies of #2B2368
Complementary color
Monochromatic Colors of #2B2368
Black with #2B2368
Text Example
Text Example
White with #2B2368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2368; }
p { color: rgb(43,35,104); }
H1.HeaderClassName
{
color: #2B2368;
}
.AnyTagClassName
{
color: #2B2368;
}
</style>
background-color css
<style>
a { background-color: #2B2368; }
a { background-color: rgb(43,35,104); }
div.DivClassName
{
background-color: #2B2368;
}
.BgClassName
{
background-color: #2B2368;
}
</style>
border-color css
<style>
span { border-color: #2B2368; }
span { border-color: rgb(43,35,104); }
td.TdClassName
{
border-color: #2B2368;
}
.TagClassName
{
border-color: #2B2368;
}
</style>