Shades of Paris M #302B60
Tints of Paris M #302B60
RGB
CMYK
RGB Variations
Color information
#302B60 (or 0x302B60) is known color: Paris M. HEX triplet: 30, 2B and 60. RGB value is (48,43,96). Sum of RGB (Red+Green+Blue) = 48+43+96=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #302B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B60 is #CFD49F. Grayscale: #323232. Windows color (decimal): -13620384 or 6302512. OLE color: 6302512.
HSL color Cylindrical-coordinate representation of color #302B60: hue angle of 245.66º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #302B60 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 43 | 96 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.62 |
| HSL | 245.66º | 0.38% | 0.27% | - |
| HSV(B) | 245.66º | 0.55% | 0.38% | - |
| XYZ | 4.19 | 3.2 | 11.46 | - |
| YUV | 50.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 96 | 0.50 | 0.55 | 0 | 0.62 | 245.66 | 0.38 | 0.27 |
| Hex | 30 | 2B | 60 | 32 | 37 | 0 | 3E | F6 | 26 | 1B |
| Octal | 60 | 53 | 140 | 62 | 67 | 0 | 76 | 366 | 46 | 33 |
| Binary | 110000 | 101011 | 1100000 | 110010 | 110111 | 0 | 111110 | 11110110 | 100110 | 11011 |
Color Harmonies of #302B60
Complementary color
Monochromatic Colors of #302B60
Black with #302B60
Text Example
Text Example
White with #302B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B60; }
p { color: rgb(48,43,96); }
H1.HeaderClassName
{
color: #302B60;
}
.AnyTagClassName
{
color: #302B60;
}
</style>
background-color css
<style>
a { background-color: #302B60; }
a { background-color: rgb(48,43,96); }
div.DivClassName
{
background-color: #302B60;
}
.BgClassName
{
background-color: #302B60;
}
</style>
border-color css
<style>
span { border-color: #302B60; }
span { border-color: rgb(48,43,96); }
td.TdClassName
{
border-color: #302B60;
}
.TagClassName
{
border-color: #302B60;
}
</style>