Shades of Paris M #28236B
Tints of Paris M #28236B
RGB
CMYK
RGB Variations
Color information
#28236B (or 0x28236B) is known color: Paris M. HEX triplet: 28, 23 and 6B. RGB value is (40,35,107). Sum of RGB (Red+Green+Blue) = 40+35+107=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 107 (42.19% from 255 or 58.79% from 182); Max value from RGB is 107 - color contains mainly: blue. Hex color #28236B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28236B is #D7DC94. Grayscale: #2C2C2C. Windows color (decimal): -14146709 or 7021352. OLE color: 7021352.
HSL color Cylindrical-coordinate representation of color #28236B: hue angle of 244.17º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28236B is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 35 | 107 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.58 |
| HSL | 244.17º | 0.51% | 0.28% | - |
| HSV(B) | 244.17º | 0.67% | 0.42% | - |
| XYZ | 4.13 | 2.71 | 14.22 | - |
| YUV | 44.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 107 | 0.63 | 0.67 | 0 | 0.58 | 244.17 | 0.51 | 0.28 |
| Hex | 28 | 23 | 6B | 3F | 43 | 0 | 3A | F4 | 33 | 1C |
| Octal | 50 | 43 | 153 | 77 | 103 | 0 | 72 | 364 | 63 | 34 |
| Binary | 101000 | 100011 | 1101011 | 111111 | 1000011 | 0 | 111010 | 11110100 | 110011 | 11100 |
Color Harmonies of #28236B
Complementary color
Monochromatic Colors of #28236B
Black with #28236B
Text Example
Text Example
White with #28236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28236B; }
p { color: rgb(40,35,107); }
H1.HeaderClassName
{
color: #28236B;
}
.AnyTagClassName
{
color: #28236B;
}
</style>
background-color css
<style>
a { background-color: #28236B; }
a { background-color: rgb(40,35,107); }
div.DivClassName
{
background-color: #28236B;
}
.BgClassName
{
background-color: #28236B;
}
</style>
border-color css
<style>
span { border-color: #28236B; }
span { border-color: rgb(40,35,107); }
td.TdClassName
{
border-color: #28236B;
}
.TagClassName
{
border-color: #28236B;
}
</style>