Shades of Paris M #2A246B
Tints of Paris M #2A246B
RGB
CMYK
RGB Variations
Color information
#2A246B (or 0x2A246B) is known color: Paris M. HEX triplet: 2A, 24 and 6B. RGB value is (42,36,107). Sum of RGB (Red+Green+Blue) = 42+36+107=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A246B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A246B is #D5DB94. Grayscale: #2D2D2D. Windows color (decimal): -14015381 or 7021610. OLE color: 7021610.
HSL color Cylindrical-coordinate representation of color #2A246B: hue angle of 245.07º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A246B is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 36 | 107 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.58 |
| HSL | 245.07º | 0.5% | 0.28% | - |
| HSV(B) | 245.07º | 0.66% | 0.42% | - |
| XYZ | 4.24 | 2.82 | 14.23 | - |
| YUV | 45.89 | 162.49 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 36 | 107 | 0.61 | 0.66 | 0 | 0.58 | 245.07 | 0.5 | 0.28 |
| Hex | 2A | 24 | 6B | 3D | 42 | 0 | 3A | F5 | 32 | 1C |
| Octal | 52 | 44 | 153 | 75 | 102 | 0 | 72 | 365 | 62 | 34 |
| Binary | 101010 | 100100 | 1101011 | 111101 | 1000010 | 0 | 111010 | 11110101 | 110010 | 11100 |
Color Harmonies of #2A246B
Complementary color
Monochromatic Colors of #2A246B
Black with #2A246B
Text Example
Text Example
White with #2A246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A246B; }
p { color: rgb(42,36,107); }
H1.HeaderClassName
{
color: #2A246B;
}
.AnyTagClassName
{
color: #2A246B;
}
</style>
background-color css
<style>
a { background-color: #2A246B; }
a { background-color: rgb(42,36,107); }
div.DivClassName
{
background-color: #2A246B;
}
.BgClassName
{
background-color: #2A246B;
}
</style>
border-color css
<style>
span { border-color: #2A246B; }
span { border-color: rgb(42,36,107); }
td.TdClassName
{
border-color: #2A246B;
}
.TagClassName
{
border-color: #2A246B;
}
</style>