Shades of Paris M #262364
Tints of Paris M #262364
RGB
CMYK
RGB Variations
Color information
#262364 (or 0x262364) is known color: Paris M. HEX triplet: 26, 23 and 64. RGB value is (38,35,100). Sum of RGB (Red+Green+Blue) = 38+35+100=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 100 (39.45% from 255 or 57.80% from 173); Max value from RGB is 100 - color contains mainly: blue. Hex color #262364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262364 is #D9DC9B. Grayscale: #2B2B2B. Windows color (decimal): -14277788 or 6562598. OLE color: 6562598.
HSL color Cylindrical-coordinate representation of color #262364: hue angle of 242.77º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #262364 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 35 | 100 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.61 |
| HSL | 242.77º | 0.48% | 0.26% | - |
| HSV(B) | 242.77º | 0.65% | 0.39% | - |
| XYZ | 3.7 | 2.53 | 12.35 | - |
| YUV | 43.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 35 | 100 | 0.62 | 0.65 | 0 | 0.61 | 242.77 | 0.48 | 0.26 |
| Hex | 26 | 23 | 64 | 3E | 41 | 0 | 3D | F3 | 30 | 1A |
| Octal | 46 | 43 | 144 | 76 | 101 | 0 | 75 | 363 | 60 | 32 |
| Binary | 100110 | 100011 | 1100100 | 111110 | 1000001 | 0 | 111101 | 11110011 | 110000 | 11010 |
Color Harmonies of #262364
Complementary color
Monochromatic Colors of #262364
Black with #262364
Text Example
Text Example
White with #262364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262364; }
p { color: rgb(38,35,100); }
H1.HeaderClassName
{
color: #262364;
}
.AnyTagClassName
{
color: #262364;
}
</style>
background-color css
<style>
a { background-color: #262364; }
a { background-color: rgb(38,35,100); }
div.DivClassName
{
background-color: #262364;
}
.BgClassName
{
background-color: #262364;
}
</style>
border-color css
<style>
span { border-color: #262364; }
span { border-color: rgb(38,35,100); }
td.TdClassName
{
border-color: #262364;
}
.TagClassName
{
border-color: #262364;
}
</style>