Shades of Paris M #302373
Tints of Paris M #302373
RGB
CMYK
RGB Variations
Color information
#302373 (or 0x302373) is known color: Paris M. HEX triplet: 30, 23 and 73. RGB value is (48,35,115). Sum of RGB (Red+Green+Blue) = 48+35+115=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #302373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302373 is #CFDC8C. Grayscale: #2F2F2F. Windows color (decimal): -13622413 or 7545648. OLE color: 7545648.
HSL color Cylindrical-coordinate representation of color #302373: hue angle of 249.75º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302373 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 35 | 115 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.55 |
| HSL | 249.75º | 0.53% | 0.29% | - |
| HSV(B) | 249.75º | 0.7% | 0.45% | - |
| XYZ | 4.91 | 3.07 | 16.55 | - |
| YUV | 48.01 | 165.81 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 115 | 0.58 | 0.70 | 0 | 0.55 | 249.75 | 0.53 | 0.29 |
| Hex | 30 | 23 | 73 | 3A | 46 | 0 | 37 | FA | 35 | 1D |
| Octal | 60 | 43 | 163 | 72 | 106 | 0 | 67 | 372 | 65 | 35 |
| Binary | 110000 | 100011 | 1110011 | 111010 | 1000110 | 0 | 110111 | 11111010 | 110101 | 11101 |
Color Harmonies of #302373
Complementary color
Monochromatic Colors of #302373
Black with #302373
Text Example
Text Example
White with #302373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302373; }
p { color: rgb(48,35,115); }
H1.HeaderClassName
{
color: #302373;
}
.AnyTagClassName
{
color: #302373;
}
</style>
background-color css
<style>
a { background-color: #302373; }
a { background-color: rgb(48,35,115); }
div.DivClassName
{
background-color: #302373;
}
.BgClassName
{
background-color: #302373;
}
</style>
border-color css
<style>
span { border-color: #302373; }
span { border-color: rgb(48,35,115); }
td.TdClassName
{
border-color: #302373;
}
.TagClassName
{
border-color: #302373;
}
</style>