Shades of Paris M #302E5A
Tints of Paris M #302E5A
RGB
CMYK
RGB Variations
Color information
#302E5A (or 0x302E5A) is known color: Paris M. HEX triplet: 30, 2E and 5A. RGB value is (48,46,90). Sum of RGB (Red+Green+Blue) = 48+46+90=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #302E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302E5A is #CFD1A5. Grayscale: #333333. Windows color (decimal): -13619622 or 5910064. OLE color: 5910064.
HSL color Cylindrical-coordinate representation of color #302E5A: hue angle of 242.73º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #302E5A is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 46 | 90 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.65 |
| HSL | 242.73º | 0.32% | 0.27% | - |
| HSV(B) | 242.73º | 0.49% | 0.35% | - |
| XYZ | 4.04 | 3.32 | 10.1 | - |
| YUV | 51.61 | 149.66 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 90 | 0.47 | 0.49 | 0 | 0.65 | 242.73 | 0.32 | 0.27 |
| Hex | 30 | 2E | 5A | 2F | 31 | 0 | 41 | F3 | 20 | 1B |
| Octal | 60 | 56 | 132 | 57 | 61 | 0 | 101 | 363 | 40 | 33 |
| Binary | 110000 | 101110 | 1011010 | 101111 | 110001 | 0 | 1000001 | 11110011 | 100000 | 11011 |
Color Harmonies of #302E5A
Complementary color
Monochromatic Colors of #302E5A
Black with #302E5A
Text Example
Text Example
White with #302E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E5A; }
p { color: rgb(48,46,90); }
H1.HeaderClassName
{
color: #302E5A;
}
.AnyTagClassName
{
color: #302E5A;
}
</style>
background-color css
<style>
a { background-color: #302E5A; }
a { background-color: rgb(48,46,90); }
div.DivClassName
{
background-color: #302E5A;
}
.BgClassName
{
background-color: #302E5A;
}
</style>
border-color css
<style>
span { border-color: #302E5A; }
span { border-color: rgb(48,46,90); }
td.TdClassName
{
border-color: #302E5A;
}
.TagClassName
{
border-color: #302E5A;
}
</style>