Shades of Paris M #2D236B
Tints of Paris M #2D236B
RGB
CMYK
RGB Variations
Color information
#2D236B (or 0x2D236B) is known color: Paris M. HEX triplet: 2D, 23 and 6B. RGB value is (45,35,107). Sum of RGB (Red+Green+Blue) = 45+35+107=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D236B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D236B is #D2DC94. Grayscale: #2D2D2D. Windows color (decimal): -13819029 or 7021357. OLE color: 7021357.
HSL color Cylindrical-coordinate representation of color #2D236B: hue angle of 248.33º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D236B is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 35 | 107 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.58 |
| HSL | 248.33º | 0.51% | 0.28% | - |
| HSV(B) | 248.33º | 0.67% | 0.42% | - |
| XYZ | 4.34 | 2.82 | 14.23 | - |
| YUV | 46.2 | 162.31 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 35 | 107 | 0.58 | 0.67 | 0 | 0.58 | 248.33 | 0.51 | 0.28 |
| Hex | 2D | 23 | 6B | 3A | 43 | 0 | 3A | F8 | 33 | 1C |
| Octal | 55 | 43 | 153 | 72 | 103 | 0 | 72 | 370 | 63 | 34 |
| Binary | 101101 | 100011 | 1101011 | 111010 | 1000011 | 0 | 111010 | 11111000 | 110011 | 11100 |
Color Harmonies of #2D236B
Complementary color
Monochromatic Colors of #2D236B
Black with #2D236B
Text Example
Text Example
White with #2D236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D236B; }
p { color: rgb(45,35,107); }
H1.HeaderClassName
{
color: #2D236B;
}
.AnyTagClassName
{
color: #2D236B;
}
</style>
background-color css
<style>
a { background-color: #2D236B; }
a { background-color: rgb(45,35,107); }
div.DivClassName
{
background-color: #2D236B;
}
.BgClassName
{
background-color: #2D236B;
}
</style>
border-color css
<style>
span { border-color: #2D236B; }
span { border-color: rgb(45,35,107); }
td.TdClassName
{
border-color: #2D236B;
}
.TagClassName
{
border-color: #2D236B;
}
</style>