Shades of Paris M #2D235C
Tints of Paris M #2D235C
RGB
CMYK
RGB Variations
Color information
#2D235C (or 0x2D235C) is known color: Paris M. HEX triplet: 2D, 23 and 5C. RGB value is (45,35,92). Sum of RGB (Red+Green+Blue) = 45+35+92=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #2D235C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D235C is #D2DCA3. Grayscale: #2C2C2C. Windows color (decimal): -13819044 or 6038317. OLE color: 6038317.
HSL color Cylindrical-coordinate representation of color #2D235C: hue angle of 250.53º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D235C is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 35 | 92 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.64 |
| HSL | 250.53º | 0.45% | 0.25% | - |
| HSV(B) | 250.53º | 0.62% | 0.36% | - |
| XYZ | 3.61 | 2.53 | 10.42 | - |
| YUV | 44.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 92 | 0.51 | 0.62 | 0 | 0.64 | 250.53 | 0.45 | 0.25 |
| Hex | 2D | 23 | 5C | 33 | 3E | 0 | 40 | FB | 2D | 19 |
| Octal | 55 | 43 | 134 | 63 | 76 | 0 | 100 | 373 | 55 | 31 |
| Binary | 101101 | 100011 | 1011100 | 110011 | 111110 | 0 | 1000000 | 11111011 | 101101 | 11001 |
Color Harmonies of #2D235C
Complementary color
Monochromatic Colors of #2D235C
Black with #2D235C
Text Example
Text Example
White with #2D235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D235C; }
p { color: rgb(45,35,92); }
H1.HeaderClassName
{
color: #2D235C;
}
.AnyTagClassName
{
color: #2D235C;
}
</style>
background-color css
<style>
a { background-color: #2D235C; }
a { background-color: rgb(45,35,92); }
div.DivClassName
{
background-color: #2D235C;
}
.BgClassName
{
background-color: #2D235C;
}
</style>
border-color css
<style>
span { border-color: #2D235C; }
span { border-color: rgb(45,35,92); }
td.TdClassName
{
border-color: #2D235C;
}
.TagClassName
{
border-color: #2D235C;
}
</style>