Shades of Paris M #2B256C
Tints of Paris M #2B256C
RGB
CMYK
RGB Variations
Color information
#2B256C (or 0x2B256C) is known color: Paris M. HEX triplet: 2B, 25 and 6C. RGB value is (43,37,108). Sum of RGB (Red+Green+Blue) = 43+37+108=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B256C is #D4DA93. Grayscale: #2E2E2E. Windows color (decimal): -13949588 or 7087403. OLE color: 7087403.
HSL color Cylindrical-coordinate representation of color #2B256C: hue angle of 245.07º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B256C is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 37 | 108 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.58 |
| HSL | 245.07º | 0.49% | 0.28% | - |
| HSV(B) | 245.07º | 0.66% | 0.42% | - |
| XYZ | 4.36 | 2.92 | 14.52 | - |
| YUV | 46.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 108 | 0.60 | 0.66 | 0 | 0.58 | 245.07 | 0.49 | 0.28 |
| Hex | 2B | 25 | 6C | 3C | 42 | 0 | 3A | F5 | 31 | 1C |
| Octal | 53 | 45 | 154 | 74 | 102 | 0 | 72 | 365 | 61 | 34 |
| Binary | 101011 | 100101 | 1101100 | 111100 | 1000010 | 0 | 111010 | 11110101 | 110001 | 11100 |
Color Harmonies of #2B256C
Complementary color
Monochromatic Colors of #2B256C
Black with #2B256C
Text Example
Text Example
White with #2B256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B256C; }
p { color: rgb(43,37,108); }
H1.HeaderClassName
{
color: #2B256C;
}
.AnyTagClassName
{
color: #2B256C;
}
</style>
background-color css
<style>
a { background-color: #2B256C; }
a { background-color: rgb(43,37,108); }
div.DivClassName
{
background-color: #2B256C;
}
.BgClassName
{
background-color: #2B256C;
}
</style>
border-color css
<style>
span { border-color: #2B256C; }
span { border-color: rgb(43,37,108); }
td.TdClassName
{
border-color: #2B256C;
}
.TagClassName
{
border-color: #2B256C;
}
</style>