Shades of Paris M #2A236D
Tints of Paris M #2A236D
RGB
CMYK
RGB Variations
Color information
#2A236D (or 0x2A236D) is known color: Paris M. HEX triplet: 2A, 23 and 6D. RGB value is (42,35,109). Sum of RGB (Red+Green+Blue) = 42+35+109=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A236D is #D5DC92. Grayscale: #2D2D2D. Windows color (decimal): -14015635 or 7152426. OLE color: 7152426.
HSL color Cylindrical-coordinate representation of color #2A236D: hue angle of 245.68º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A236D is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 35 | 109 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.57 |
| HSL | 245.68º | 0.51% | 0.28% | - |
| HSV(B) | 245.68º | 0.68% | 0.43% | - |
| XYZ | 4.32 | 2.8 | 14.78 | - |
| YUV | 45.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 35 | 109 | 0.61 | 0.68 | 0 | 0.57 | 245.68 | 0.51 | 0.28 |
| Hex | 2A | 23 | 6D | 3D | 44 | 0 | 39 | F6 | 33 | 1C |
| Octal | 52 | 43 | 155 | 75 | 104 | 0 | 71 | 366 | 63 | 34 |
| Binary | 101010 | 100011 | 1101101 | 111101 | 1000100 | 0 | 111001 | 11110110 | 110011 | 11100 |
Color Harmonies of #2A236D
Complementary color
Monochromatic Colors of #2A236D
Black with #2A236D
Text Example
Text Example
White with #2A236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A236D; }
p { color: rgb(42,35,109); }
H1.HeaderClassName
{
color: #2A236D;
}
.AnyTagClassName
{
color: #2A236D;
}
</style>
background-color css
<style>
a { background-color: #2A236D; }
a { background-color: rgb(42,35,109); }
div.DivClassName
{
background-color: #2A236D;
}
.BgClassName
{
background-color: #2A236D;
}
</style>
border-color css
<style>
span { border-color: #2A236D; }
span { border-color: rgb(42,35,109); }
td.TdClassName
{
border-color: #2A236D;
}
.TagClassName
{
border-color: #2A236D;
}
</style>