Shades of Paris M #302C5A
Tints of Paris M #302C5A
RGB
CMYK
RGB Variations
Color information
#302C5A (or 0x302C5A) is known color: Paris M. HEX triplet: 30, 2C and 5A. RGB value is (48,44,90). Sum of RGB (Red+Green+Blue) = 48+44+90=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #302C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C5A is #CFD3A5. Grayscale: #323232. Windows color (decimal): -13620134 or 5909552. OLE color: 5909552.
HSL color Cylindrical-coordinate representation of color #302C5A: hue angle of 245.22º 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 #302C5A is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 44 | 90 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.65 |
| HSL | 245.22º | 0.34% | 0.26% | - |
| HSV(B) | 245.22º | 0.51% | 0.35% | - |
| XYZ | 3.97 | 3.17 | 10.08 | - |
| YUV | 50.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 90 | 0.47 | 0.51 | 0 | 0.65 | 245.22 | 0.34 | 0.26 |
| Hex | 30 | 2C | 5A | 2F | 33 | 0 | 41 | F5 | 22 | 1A |
| Octal | 60 | 54 | 132 | 57 | 63 | 0 | 101 | 365 | 42 | 32 |
| Binary | 110000 | 101100 | 1011010 | 101111 | 110011 | 0 | 1000001 | 11110101 | 100010 | 11010 |
Color Harmonies of #302C5A
Complementary color
Monochromatic Colors of #302C5A
Black with #302C5A
Text Example
Text Example
White with #302C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C5A; }
p { color: rgb(48,44,90); }
H1.HeaderClassName
{
color: #302C5A;
}
.AnyTagClassName
{
color: #302C5A;
}
</style>
background-color css
<style>
a { background-color: #302C5A; }
a { background-color: rgb(48,44,90); }
div.DivClassName
{
background-color: #302C5A;
}
.BgClassName
{
background-color: #302C5A;
}
</style>
border-color css
<style>
span { border-color: #302C5A; }
span { border-color: rgb(48,44,90); }
td.TdClassName
{
border-color: #302C5A;
}
.TagClassName
{
border-color: #302C5A;
}
</style>