Shades of Paris M #282666
Tints of Paris M #282666
RGB
CMYK
RGB Variations
Color information
#282666 (or 0x282666) is known color: Paris M. HEX triplet: 28, 26 and 66. RGB value is (40,38,102). Sum of RGB (Red+Green+Blue) = 40+38+102=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #282666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282666 is #D7D999. Grayscale: #2D2D2D. Windows color (decimal): -14145946 or 6694440. OLE color: 6694440.
HSL color Cylindrical-coordinate representation of color #282666: hue angle of 241.88º 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 #282666 is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 40 | 38 | 102 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.6 |
| HSL | 241.88º | 0.46% | 0.27% | - |
| HSV(B) | 241.88º | 0.63% | 0.4% | - |
| XYZ | 3.97 | 2.8 | 12.9 | - |
| YUV | 45.89 | 159.66 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 102 | 0.61 | 0.63 | 0 | 0.6 | 241.88 | 0.46 | 0.27 |
| Hex | 28 | 26 | 66 | 3D | 3F | 0 | 3C | F2 | 2E | 1B |
| Octal | 50 | 46 | 146 | 75 | 77 | 0 | 74 | 362 | 56 | 33 |
| Binary | 101000 | 100110 | 1100110 | 111101 | 111111 | 0 | 111100 | 11110010 | 101110 | 11011 |
Color Harmonies of #282666
Complementary color
Monochromatic Colors of #282666
Black with #282666
Text Example
Text Example
White with #282666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282666; }
p { color: rgb(40,38,102); }
H1.HeaderClassName
{
color: #282666;
}
.AnyTagClassName
{
color: #282666;
}
</style>
background-color css
<style>
a { background-color: #282666; }
a { background-color: rgb(40,38,102); }
div.DivClassName
{
background-color: #282666;
}
.BgClassName
{
background-color: #282666;
}
</style>
border-color css
<style>
span { border-color: #282666; }
span { border-color: rgb(40,38,102); }
td.TdClassName
{
border-color: #282666;
}
.TagClassName
{
border-color: #282666;
}
</style>