Shades of Paris M #262666
Tints of Paris M #262666
RGB
CMYK
RGB Variations
Color information
#262666 (or 0x262666) is known color: Paris M. HEX triplet: 26, 26 and 66. RGB value is (38,38,102). Sum of RGB (Red+Green+Blue) = 38+38+102=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #262666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262666 is #D9D999. Grayscale: #2D2D2D. Windows color (decimal): -14277018 or 6694438. OLE color: 6694438.
HSL color Cylindrical-coordinate representation of color #262666: hue angle of 240º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #262666 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 38 | 102 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.6 |
| HSL | 240º | 0.46% | 0.27% | - |
| HSV(B) | 240º | 0.63% | 0.4% | - |
| XYZ | 3.89 | 2.76 | 12.9 | - |
| YUV | 45.3 | 160 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 38 | 102 | 0.63 | 0.63 | 0 | 0.6 | 240 | 0.46 | 0.27 |
| Hex | 26 | 26 | 66 | 3F | 3F | 0 | 3C | F0 | 2E | 1B |
| Octal | 46 | 46 | 146 | 77 | 77 | 0 | 74 | 360 | 56 | 33 |
| Binary | 100110 | 100110 | 1100110 | 111111 | 111111 | 0 | 111100 | 11110000 | 101110 | 11011 |
Color Harmonies of #262666
Complementary color
Monochromatic Colors of #262666
Black with #262666
Text Example
Text Example
White with #262666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262666; }
p { color: rgb(38,38,102); }
H1.HeaderClassName
{
color: #262666;
}
.AnyTagClassName
{
color: #262666;
}
</style>
background-color css
<style>
a { background-color: #262666; }
a { background-color: rgb(38,38,102); }
div.DivClassName
{
background-color: #262666;
}
.BgClassName
{
background-color: #262666;
}
</style>
border-color css
<style>
span { border-color: #262666; }
span { border-color: rgb(38,38,102); }
td.TdClassName
{
border-color: #262666;
}
.TagClassName
{
border-color: #262666;
}
</style>