Shades of Paris M #302264
Tints of Paris M #302264
RGB
CMYK
RGB Variations
Color information
#302264 (or 0x302264) is known color: Paris M. HEX triplet: 30, 22 and 64. RGB value is (48,34,100). Sum of RGB (Red+Green+Blue) = 48+34+100=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 100 (39.45% from 255 or 54.95% from 182); Max value from RGB is 100 - color contains mainly: blue. Hex color #302264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302264 is #CFDD9B. Grayscale: #2D2D2D. Windows color (decimal): -13622684 or 6562352. OLE color: 6562352.
HSL color Cylindrical-coordinate representation of color #302264: hue angle of 252.73º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #302264 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 34 | 100 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.61 |
| HSL | 252.73º | 0.49% | 0.26% | - |
| HSV(B) | 252.73º | 0.66% | 0.39% | - |
| XYZ | 4.09 | 2.69 | 12.36 | - |
| YUV | 45.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 100 | 0.52 | 0.66 | 0 | 0.61 | 252.73 | 0.49 | 0.26 |
| Hex | 30 | 22 | 64 | 34 | 42 | 0 | 3D | FD | 31 | 1A |
| Octal | 60 | 42 | 144 | 64 | 102 | 0 | 75 | 375 | 61 | 32 |
| Binary | 110000 | 100010 | 1100100 | 110100 | 1000010 | 0 | 111101 | 11111101 | 110001 | 11010 |
Color Harmonies of #302264
Complementary color
Monochromatic Colors of #302264
Black with #302264
Text Example
Text Example
White with #302264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302264; }
p { color: rgb(48,34,100); }
H1.HeaderClassName
{
color: #302264;
}
.AnyTagClassName
{
color: #302264;
}
</style>
background-color css
<style>
a { background-color: #302264; }
a { background-color: rgb(48,34,100); }
div.DivClassName
{
background-color: #302264;
}
.BgClassName
{
background-color: #302264;
}
</style>
border-color css
<style>
span { border-color: #302264; }
span { border-color: rgb(48,34,100); }
td.TdClassName
{
border-color: #302264;
}
.TagClassName
{
border-color: #302264;
}
</style>