Shades of Paris M #2B275E
Tints of Paris M #2B275E
RGB
CMYK
RGB Variations
Color information
#2B275E (or 0x2B275E) is known color: Paris M. HEX triplet: 2B, 27 and 5E. RGB value is (43,39,94). Sum of RGB (Red+Green+Blue) = 43+39+94=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #2B275E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B275E is #D4D8A1. Grayscale: #2E2E2E. Windows color (decimal): -13949090 or 6170411. OLE color: 6170411.
HSL color Cylindrical-coordinate representation of color #2B275E: hue angle of 244.36º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B275E is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 43 | 39 | 94 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.63 |
| HSL | 244.36º | 0.41% | 0.26% | - |
| HSV(B) | 244.36º | 0.59% | 0.37% | - |
| XYZ | 3.74 | 2.77 | 10.93 | - |
| YUV | 46.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 94 | 0.54 | 0.59 | 0 | 0.63 | 244.36 | 0.41 | 0.26 |
| Hex | 2B | 27 | 5E | 36 | 3B | 0 | 3F | F4 | 29 | 1A |
| Octal | 53 | 47 | 136 | 66 | 73 | 0 | 77 | 364 | 51 | 32 |
| Binary | 101011 | 100111 | 1011110 | 110110 | 111011 | 0 | 111111 | 11110100 | 101001 | 11010 |
Color Harmonies of #2B275E
Complementary color
Monochromatic Colors of #2B275E
Black with #2B275E
Text Example
Text Example
White with #2B275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B275E; }
p { color: rgb(43,39,94); }
H1.HeaderClassName
{
color: #2B275E;
}
.AnyTagClassName
{
color: #2B275E;
}
</style>
background-color css
<style>
a { background-color: #2B275E; }
a { background-color: rgb(43,39,94); }
div.DivClassName
{
background-color: #2B275E;
}
.BgClassName
{
background-color: #2B275E;
}
</style>
border-color css
<style>
span { border-color: #2B275E; }
span { border-color: rgb(43,39,94); }
td.TdClassName
{
border-color: #2B275E;
}
.TagClassName
{
border-color: #2B275E;
}
</style>