Shades of Paris M #262262
Tints of Paris M #262262
RGB
CMYK
RGB Variations
Color information
#262262 (or 0x262262) is known color: Paris M. HEX triplet: 26, 22 and 62. RGB value is (38,34,98). Sum of RGB (Red+Green+Blue) = 38+34+98=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #262262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262262 is #D9DD9D. Grayscale: #2A2A2A. Windows color (decimal): -14278046 or 6431270. OLE color: 6431270.
HSL color Cylindrical-coordinate representation of color #262262: hue angle of 243.75º 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 #262262 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 34 | 98 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.62 |
| HSL | 243.75º | 0.48% | 0.26% | - |
| HSV(B) | 243.75º | 0.65% | 0.38% | - |
| XYZ | 3.58 | 2.44 | 11.84 | - |
| YUV | 42.49 | 159.33 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 34 | 98 | 0.61 | 0.65 | 0 | 0.62 | 243.75 | 0.48 | 0.26 |
| Hex | 26 | 22 | 62 | 3D | 41 | 0 | 3E | F4 | 30 | 1A |
| Octal | 46 | 42 | 142 | 75 | 101 | 0 | 76 | 364 | 60 | 32 |
| Binary | 100110 | 100010 | 1100010 | 111101 | 1000001 | 0 | 111110 | 11110100 | 110000 | 11010 |
Color Harmonies of #262262
Complementary color
Monochromatic Colors of #262262
Black with #262262
Text Example
Text Example
White with #262262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262262; }
p { color: rgb(38,34,98); }
H1.HeaderClassName
{
color: #262262;
}
.AnyTagClassName
{
color: #262262;
}
</style>
background-color css
<style>
a { background-color: #262262; }
a { background-color: rgb(38,34,98); }
div.DivClassName
{
background-color: #262262;
}
.BgClassName
{
background-color: #262262;
}
</style>
border-color css
<style>
span { border-color: #262262; }
span { border-color: rgb(38,34,98); }
td.TdClassName
{
border-color: #262262;
}
.TagClassName
{
border-color: #262262;
}
</style>