Shades of Paris M #302273
Tints of Paris M #302273
RGB
CMYK
RGB Variations
Color information
#302273 (or 0x302273) is known color: Paris M. HEX triplet: 30, 22 and 73. RGB value is (48,34,115). Sum of RGB (Red+Green+Blue) = 48+34+115=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #302273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302273 is #CFDD8C. Grayscale: #2F2F2F. Windows color (decimal): -13622669 or 7545392. OLE color: 7545392.
HSL color Cylindrical-coordinate representation of color #302273: hue angle of 250.37º degrees, saturation: 0.54, 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 #302273 is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 34 | 115 | - |
| CMYK | 0.58 | 0.70 | 0 | 0.55 |
| HSL | 250.37º | 0.54% | 0.29% | - |
| HSV(B) | 250.37º | 0.7% | 0.45% | - |
| XYZ | 4.89 | 3.01 | 16.54 | - |
| YUV | 47.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 115 | 0.58 | 0.70 | 0 | 0.55 | 250.37 | 0.54 | 0.29 |
| Hex | 30 | 22 | 73 | 3A | 46 | 0 | 37 | FA | 36 | 1D |
| Octal | 60 | 42 | 163 | 72 | 106 | 0 | 67 | 372 | 66 | 35 |
| Binary | 110000 | 100010 | 1110011 | 111010 | 1000110 | 0 | 110111 | 11111010 | 110110 | 11101 |
Color Harmonies of #302273
Complementary color
Monochromatic Colors of #302273
Black with #302273
Text Example
Text Example
White with #302273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302273; }
p { color: rgb(48,34,115); }
H1.HeaderClassName
{
color: #302273;
}
.AnyTagClassName
{
color: #302273;
}
</style>
background-color css
<style>
a { background-color: #302273; }
a { background-color: rgb(48,34,115); }
div.DivClassName
{
background-color: #302273;
}
.BgClassName
{
background-color: #302273;
}
</style>
border-color css
<style>
span { border-color: #302273; }
span { border-color: rgb(48,34,115); }
td.TdClassName
{
border-color: #302273;
}
.TagClassName
{
border-color: #302273;
}
</style>