Shades of Paris M #302A63
Tints of Paris M #302A63
RGB
CMYK
RGB Variations
Color information
#302A63 (or 0x302A63) is known color: Paris M. HEX triplet: 30, 2A and 63. RGB value is (48,42,99). Sum of RGB (Red+Green+Blue) = 48+42+99=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #302A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302A63 is #CFD59C. Grayscale: #323232. Windows color (decimal): -13620637 or 6498864. OLE color: 6498864.
HSL color Cylindrical-coordinate representation of color #302A63: hue angle of 246.32º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #302A63 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 42 | 99 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.61 |
| HSL | 246.32º | 0.4% | 0.28% | - |
| HSV(B) | 246.32º | 0.58% | 0.39% | - |
| XYZ | 4.3 | 3.19 | 12.19 | - |
| YUV | 50.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 99 | 0.52 | 0.58 | 0 | 0.61 | 246.32 | 0.4 | 0.28 |
| Hex | 30 | 2A | 63 | 34 | 3A | 0 | 3D | F6 | 28 | 1C |
| Octal | 60 | 52 | 143 | 64 | 72 | 0 | 75 | 366 | 50 | 34 |
| Binary | 110000 | 101010 | 1100011 | 110100 | 111010 | 0 | 111101 | 11110110 | 101000 | 11100 |
Color Harmonies of #302A63
Complementary color
Monochromatic Colors of #302A63
Black with #302A63
Text Example
Text Example
White with #302A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A63; }
p { color: rgb(48,42,99); }
H1.HeaderClassName
{
color: #302A63;
}
.AnyTagClassName
{
color: #302A63;
}
</style>
background-color css
<style>
a { background-color: #302A63; }
a { background-color: rgb(48,42,99); }
div.DivClassName
{
background-color: #302A63;
}
.BgClassName
{
background-color: #302A63;
}
</style>
border-color css
<style>
span { border-color: #302A63; }
span { border-color: rgb(48,42,99); }
td.TdClassName
{
border-color: #302A63;
}
.TagClassName
{
border-color: #302A63;
}
</style>