Shades of Paris M #2B2469
Tints of Paris M #2B2469
RGB
CMYK
RGB Variations
Color information
#2B2469 (or 0x2B2469) is known color: Paris M. HEX triplet: 2B, 24 and 69. RGB value is (43,36,105). Sum of RGB (Red+Green+Blue) = 43+36+105=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B2469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2469 is #D4DB96. Grayscale: #2D2D2D. Windows color (decimal): -13949847 or 6890539. OLE color: 6890539.
HSL color Cylindrical-coordinate representation of color #2B2469: hue angle of 246.09º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B2469 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 36 | 105 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.59 |
| HSL | 246.09º | 0.49% | 0.28% | - |
| HSV(B) | 246.09º | 0.66% | 0.41% | - |
| XYZ | 4.18 | 2.8 | 13.68 | - |
| YUV | 45.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 36 | 105 | 0.59 | 0.66 | 0 | 0.59 | 246.09 | 0.49 | 0.28 |
| Hex | 2B | 24 | 69 | 3B | 42 | 0 | 3B | F6 | 31 | 1C |
| Octal | 53 | 44 | 151 | 73 | 102 | 0 | 73 | 366 | 61 | 34 |
| Binary | 101011 | 100100 | 1101001 | 111011 | 1000010 | 0 | 111011 | 11110110 | 110001 | 11100 |
Color Harmonies of #2B2469
Complementary color
Monochromatic Colors of #2B2469
Black with #2B2469
Text Example
Text Example
White with #2B2469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2469; }
p { color: rgb(43,36,105); }
H1.HeaderClassName
{
color: #2B2469;
}
.AnyTagClassName
{
color: #2B2469;
}
</style>
background-color css
<style>
a { background-color: #2B2469; }
a { background-color: rgb(43,36,105); }
div.DivClassName
{
background-color: #2B2469;
}
.BgClassName
{
background-color: #2B2469;
}
</style>
border-color css
<style>
span { border-color: #2B2469; }
span { border-color: rgb(43,36,105); }
td.TdClassName
{
border-color: #2B2469;
}
.TagClassName
{
border-color: #2B2469;
}
</style>