Shades of Paris M #2A246C
Tints of Paris M #2A246C
RGB
CMYK
RGB Variations
Color information
#2A246C (or 0x2A246C) is known color: Paris M. HEX triplet: 2A, 24 and 6C. RGB value is (42,36,108). Sum of RGB (Red+Green+Blue) = 42+36+108=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A246C is #D5DB93. Grayscale: #2D2D2D. Windows color (decimal): -14015380 or 7087146. OLE color: 7087146.
HSL color Cylindrical-coordinate representation of color #2A246C: hue angle of 245º degrees, saturation: 0.5, 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 #2A246C is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 36 | 108 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.58 |
| HSL | 245º | 0.5% | 0.28% | - |
| HSV(B) | 245º | 0.67% | 0.42% | - |
| XYZ | 4.29 | 2.84 | 14.51 | - |
| YUV | 46 | 162.99 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 108 | 0.61 | 0.67 | 0 | 0.58 | 245 | 0.5 | 0.28 |
| Hex | 2A | 24 | 6C | 3D | 43 | 0 | 3A | F5 | 32 | 1C |
| Octal | 52 | 44 | 154 | 75 | 103 | 0 | 72 | 365 | 62 | 34 |
| Binary | 101010 | 100100 | 1101100 | 111101 | 1000011 | 0 | 111010 | 11110101 | 110010 | 11100 |
Color Harmonies of #2A246C
Complementary color
Monochromatic Colors of #2A246C
Black with #2A246C
Text Example
Text Example
White with #2A246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A246C; }
p { color: rgb(42,36,108); }
H1.HeaderClassName
{
color: #2A246C;
}
.AnyTagClassName
{
color: #2A246C;
}
</style>
background-color css
<style>
a { background-color: #2A246C; }
a { background-color: rgb(42,36,108); }
div.DivClassName
{
background-color: #2A246C;
}
.BgClassName
{
background-color: #2A246C;
}
</style>
border-color css
<style>
span { border-color: #2A246C; }
span { border-color: rgb(42,36,108); }
td.TdClassName
{
border-color: #2A246C;
}
.TagClassName
{
border-color: #2A246C;
}
</style>