Shades of Paris M #30236C
Tints of Paris M #30236C
RGB
CMYK
RGB Variations
Color information
#30236C (or 0x30236C) is known color: Paris M. HEX triplet: 30, 23 and 6C. RGB value is (48,35,108). Sum of RGB (Red+Green+Blue) = 48+35+108=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #30236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30236C is #CFDC93. Grayscale: #2E2E2E. Windows color (decimal): -13622420 or 7086896. OLE color: 7086896.
HSL color Cylindrical-coordinate representation of color #30236C: hue angle of 250.68º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30236C is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 35 | 108 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.58 |
| HSL | 250.68º | 0.51% | 0.28% | - |
| HSV(B) | 250.68º | 0.68% | 0.42% | - |
| XYZ | 4.53 | 2.91 | 14.51 | - |
| YUV | 47.21 | 162.31 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 35 | 108 | 0.56 | 0.68 | 0 | 0.58 | 250.68 | 0.51 | 0.28 |
| Hex | 30 | 23 | 6C | 38 | 44 | 0 | 3A | FB | 33 | 1C |
| Octal | 60 | 43 | 154 | 70 | 104 | 0 | 72 | 373 | 63 | 34 |
| Binary | 110000 | 100011 | 1101100 | 111000 | 1000100 | 0 | 111010 | 11111011 | 110011 | 11100 |
Color Harmonies of #30236C
Complementary color
Monochromatic Colors of #30236C
Black with #30236C
Text Example
Text Example
White with #30236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30236C; }
p { color: rgb(48,35,108); }
H1.HeaderClassName
{
color: #30236C;
}
.AnyTagClassName
{
color: #30236C;
}
</style>
background-color css
<style>
a { background-color: #30236C; }
a { background-color: rgb(48,35,108); }
div.DivClassName
{
background-color: #30236C;
}
.BgClassName
{
background-color: #30236C;
}
</style>
border-color css
<style>
span { border-color: #30236C; }
span { border-color: rgb(48,35,108); }
td.TdClassName
{
border-color: #30236C;
}
.TagClassName
{
border-color: #30236C;
}
</style>