Shades of Paris M #242262
Tints of Paris M #242262
RGB
CMYK
RGB Variations
Color information
#242262 (or 0x242262) is known color: Paris M. HEX triplet: 24, 22 and 62. RGB value is (36,34,98). Sum of RGB (Red+Green+Blue) = 36+34+98=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #242262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242262 is #DBDD9D. Grayscale: #292929. Windows color (decimal): -14409118 or 6431268. OLE color: 6431268.
HSL color Cylindrical-coordinate representation of color #242262: hue angle of 241.88º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #242262 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 34 | 98 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.62 |
| HSL | 241.88º | 0.48% | 0.26% | - |
| HSV(B) | 241.88º | 0.65% | 0.38% | - |
| XYZ | 3.5 | 2.4 | 11.83 | - |
| YUV | 41.89 | 159.66 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 34 | 98 | 0.63 | 0.65 | 0 | 0.62 | 241.88 | 0.48 | 0.26 |
| Hex | 24 | 22 | 62 | 3F | 41 | 0 | 3E | F2 | 30 | 1A |
| Octal | 44 | 42 | 142 | 77 | 101 | 0 | 76 | 362 | 60 | 32 |
| Binary | 100100 | 100010 | 1100010 | 111111 | 1000001 | 0 | 111110 | 11110010 | 110000 | 11010 |
Color Harmonies of #242262
Complementary color
Monochromatic Colors of #242262
Black with #242262
Text Example
Text Example
White with #242262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242262; }
p { color: rgb(36,34,98); }
H1.HeaderClassName
{
color: #242262;
}
.AnyTagClassName
{
color: #242262;
}
</style>
background-color css
<style>
a { background-color: #242262; }
a { background-color: rgb(36,34,98); }
div.DivClassName
{
background-color: #242262;
}
.BgClassName
{
background-color: #242262;
}
</style>
border-color css
<style>
span { border-color: #242262; }
span { border-color: rgb(36,34,98); }
td.TdClassName
{
border-color: #242262;
}
.TagClassName
{
border-color: #242262;
}
</style>