Shades of Paris M #302B63
Tints of Paris M #302B63
RGB
CMYK
RGB Variations
Color information
#302B63 (or 0x302B63) is known color: Paris M. HEX triplet: 30, 2B and 63. RGB value is (48,43,99). Sum of RGB (Red+Green+Blue) = 48+43+99=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #302B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B63 is #CFD49C. Grayscale: #323232. Windows color (decimal): -13620381 or 6499120. OLE color: 6499120.
HSL color Cylindrical-coordinate representation of color #302B63: hue angle of 245.36º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #302B63 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 43 | 99 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.61 |
| HSL | 245.36º | 0.39% | 0.28% | - |
| HSV(B) | 245.36º | 0.57% | 0.39% | - |
| XYZ | 4.33 | 3.26 | 12.2 | - |
| YUV | 50.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 99 | 0.52 | 0.57 | 0 | 0.61 | 245.36 | 0.39 | 0.28 |
| Hex | 30 | 2B | 63 | 34 | 39 | 0 | 3D | F5 | 27 | 1C |
| Octal | 60 | 53 | 143 | 64 | 71 | 0 | 75 | 365 | 47 | 34 |
| Binary | 110000 | 101011 | 1100011 | 110100 | 111001 | 0 | 111101 | 11110101 | 100111 | 11100 |
Color Harmonies of #302B63
Complementary color
Monochromatic Colors of #302B63
Black with #302B63
Text Example
Text Example
White with #302B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B63; }
p { color: rgb(48,43,99); }
H1.HeaderClassName
{
color: #302B63;
}
.AnyTagClassName
{
color: #302B63;
}
</style>
background-color css
<style>
a { background-color: #302B63; }
a { background-color: rgb(48,43,99); }
div.DivClassName
{
background-color: #302B63;
}
.BgClassName
{
background-color: #302B63;
}
</style>
border-color css
<style>
span { border-color: #302B63; }
span { border-color: rgb(48,43,99); }
td.TdClassName
{
border-color: #302B63;
}
.TagClassName
{
border-color: #302B63;
}
</style>