Shades of Paris M #302C59
Tints of Paris M #302C59
RGB
CMYK
RGB Variations
Color information
#302C59 (or 0x302C59) is known color: Paris M. HEX triplet: 30, 2C and 59. RGB value is (48,44,89). Sum of RGB (Red+Green+Blue) = 48+44+89=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #302C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C59 is #CFD3A6. Grayscale: #323232. Windows color (decimal): -13620135 or 5844016. OLE color: 5844016.
HSL color Cylindrical-coordinate representation of color #302C59: hue angle of 245.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #302C59 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 44 | 89 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.65 |
| HSL | 245.33º | 0.34% | 0.26% | - |
| HSV(B) | 245.33º | 0.51% | 0.35% | - |
| XYZ | 3.92 | 3.15 | 9.85 | - |
| YUV | 50.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 89 | 0.46 | 0.51 | 0 | 0.65 | 245.33 | 0.34 | 0.26 |
| Hex | 30 | 2C | 59 | 2E | 33 | 0 | 41 | F5 | 22 | 1A |
| Octal | 60 | 54 | 131 | 56 | 63 | 0 | 101 | 365 | 42 | 32 |
| Binary | 110000 | 101100 | 1011001 | 101110 | 110011 | 0 | 1000001 | 11110101 | 100010 | 11010 |
Color Harmonies of #302C59
Complementary color
Monochromatic Colors of #302C59
Black with #302C59
Text Example
Text Example
White with #302C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C59; }
p { color: rgb(48,44,89); }
H1.HeaderClassName
{
color: #302C59;
}
.AnyTagClassName
{
color: #302C59;
}
</style>
background-color css
<style>
a { background-color: #302C59; }
a { background-color: rgb(48,44,89); }
div.DivClassName
{
background-color: #302C59;
}
.BgClassName
{
background-color: #302C59;
}
</style>
border-color css
<style>
span { border-color: #302C59; }
span { border-color: rgb(48,44,89); }
td.TdClassName
{
border-color: #302C59;
}
.TagClassName
{
border-color: #302C59;
}
</style>