Shades of Paris M #302368
Tints of Paris M #302368
RGB
CMYK
RGB Variations
Color information
#302368 (or 0x302368) is known color: Paris M. HEX triplet: 30, 23 and 68. RGB value is (48,35,104). Sum of RGB (Red+Green+Blue) = 48+35+104=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #302368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302368 is #CFDC97. Grayscale: #2E2E2E. Windows color (decimal): -13622424 or 6824752. OLE color: 6824752.
HSL color Cylindrical-coordinate representation of color #302368: hue angle of 251.3º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #302368 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 35 | 104 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.59 |
| HSL | 251.3º | 0.5% | 0.27% | - |
| HSV(B) | 251.3º | 0.66% | 0.41% | - |
| XYZ | 4.32 | 2.83 | 13.42 | - |
| YUV | 46.75 | 160.31 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 104 | 0.54 | 0.66 | 0 | 0.59 | 251.3 | 0.5 | 0.27 |
| Hex | 30 | 23 | 68 | 36 | 42 | 0 | 3B | FB | 32 | 1B |
| Octal | 60 | 43 | 150 | 66 | 102 | 0 | 73 | 373 | 62 | 33 |
| Binary | 110000 | 100011 | 1101000 | 110110 | 1000010 | 0 | 111011 | 11111011 | 110010 | 11011 |
Color Harmonies of #302368
Complementary color
Monochromatic Colors of #302368
Black with #302368
Text Example
Text Example
White with #302368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302368; }
p { color: rgb(48,35,104); }
H1.HeaderClassName
{
color: #302368;
}
.AnyTagClassName
{
color: #302368;
}
</style>
background-color css
<style>
a { background-color: #302368; }
a { background-color: rgb(48,35,104); }
div.DivClassName
{
background-color: #302368;
}
.BgClassName
{
background-color: #302368;
}
</style>
border-color css
<style>
span { border-color: #302368; }
span { border-color: rgb(48,35,104); }
td.TdClassName
{
border-color: #302368;
}
.TagClassName
{
border-color: #302368;
}
</style>