Shades of Paris M #282468
Tints of Paris M #282468
RGB
CMYK
RGB Variations
Color information
#282468 (or 0x282468) is known color: Paris M. HEX triplet: 28, 24 and 68. RGB value is (40,36,104). Sum of RGB (Red+Green+Blue) = 40+36+104=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #282468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282468 is #D7DB97. Grayscale: #2C2C2C. Windows color (decimal): -14146456 or 6825000. OLE color: 6825000.
HSL color Cylindrical-coordinate representation of color #282468: hue angle of 243.53º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #282468 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 36 | 104 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.59 |
| HSL | 243.53º | 0.49% | 0.27% | - |
| HSV(B) | 243.53º | 0.65% | 0.41% | - |
| XYZ | 4 | 2.71 | 13.41 | - |
| YUV | 44.95 | 161.33 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 104 | 0.62 | 0.65 | 0 | 0.59 | 243.53 | 0.49 | 0.27 |
| Hex | 28 | 24 | 68 | 3E | 41 | 0 | 3B | F4 | 31 | 1B |
| Octal | 50 | 44 | 150 | 76 | 101 | 0 | 73 | 364 | 61 | 33 |
| Binary | 101000 | 100100 | 1101000 | 111110 | 1000001 | 0 | 111011 | 11110100 | 110001 | 11011 |
Color Harmonies of #282468
Complementary color
Monochromatic Colors of #282468
Black with #282468
Text Example
Text Example
White with #282468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282468; }
p { color: rgb(40,36,104); }
H1.HeaderClassName
{
color: #282468;
}
.AnyTagClassName
{
color: #282468;
}
</style>
background-color css
<style>
a { background-color: #282468; }
a { background-color: rgb(40,36,104); }
div.DivClassName
{
background-color: #282468;
}
.BgClassName
{
background-color: #282468;
}
</style>
border-color css
<style>
span { border-color: #282468; }
span { border-color: rgb(40,36,104); }
td.TdClassName
{
border-color: #282468;
}
.TagClassName
{
border-color: #282468;
}
</style>