Shades of Madison #23364C
Tints of Madison #23364C
RGB
CMYK
RGB Variations
Color information
#23364C (or 0x23364C) is known color: Madison. HEX triplet: 23, 36 and 4C. RGB value is (35,54,76). Sum of RGB (Red+Green+Blue) = 35+54+76=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 76 - color contains mainly: blue. Hex color #23364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23364C is #DCC9B3. Grayscale: #323232. Windows color (decimal): -14469556 or 4994595. OLE color: 4994595.
HSL color Cylindrical-coordinate representation of color #23364C: hue angle of 212.2º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #23364C is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 54 | 76 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.70 |
| HSL | 212.2º | 0.37% | 0.22% | - |
| HSV(B) | 212.2º | 0.54% | 0.3% | - |
| XYZ | 3.32 | 3.52 | 7.34 | - |
| YUV | 50.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 54 | 76 | 0.54 | 0.29 | 0 | 0.70 | 212.2 | 0.37 | 0.22 |
| Hex | 23 | 36 | 4C | 36 | 1D | 0 | 46 | D4 | 25 | 16 |
| Octal | 43 | 66 | 114 | 66 | 35 | 0 | 106 | 324 | 45 | 26 |
| Binary | 100011 | 110110 | 1001100 | 110110 | 11101 | 0 | 1000110 | 11010100 | 100101 | 10110 |
Color Harmonies of #23364C
Complementary color
Monochromatic Colors of #23364C
Black with #23364C
Text Example
Text Example
White with #23364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23364C; }
p { color: rgb(35,54,76); }
H1.HeaderClassName
{
color: #23364C;
}
.AnyTagClassName
{
color: #23364C;
}
</style>
background-color css
<style>
a { background-color: #23364C; }
a { background-color: rgb(35,54,76); }
div.DivClassName
{
background-color: #23364C;
}
.BgClassName
{
background-color: #23364C;
}
</style>
border-color css
<style>
span { border-color: #23364C; }
span { border-color: rgb(35,54,76); }
td.TdClassName
{
border-color: #23364C;
}
.TagClassName
{
border-color: #23364C;
}
</style>