Shades of Madison #334258
Tints of Madison #334258
RGB
CMYK
RGB Variations
Color information
#334258 (or 0x334258) is known color: Madison. HEX triplet: 33, 42 and 58. RGB value is (51,66,88). Sum of RGB (Red+Green+Blue) = 51+66+88=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #334258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334258 is #CCBDA7. Grayscale: #3F3F3F. Windows color (decimal): -13417896 or 5784115. OLE color: 5784115.
HSL color Cylindrical-coordinate representation of color #334258: hue angle of 215.68º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #334258 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 66 | 88 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.65 |
| HSL | 215.68º | 0.27% | 0.27% | - |
| HSV(B) | 215.68º | 0.42% | 0.35% | - |
| XYZ | 5.07 | 5.3 | 9.99 | - |
| YUV | 64.02 | 141.53 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 66 | 88 | 0.42 | 0.25 | 0 | 0.65 | 215.68 | 0.27 | 0.27 |
| Hex | 33 | 42 | 58 | 2A | 19 | 0 | 41 | D8 | 1B | 1B |
| Octal | 63 | 102 | 130 | 52 | 31 | 0 | 101 | 330 | 33 | 33 |
| Binary | 110011 | 1000010 | 1011000 | 101010 | 11001 | 0 | 1000001 | 11011000 | 11011 | 11011 |
Color Harmonies of #334258
Complementary color
Monochromatic Colors of #334258
Black with #334258
Text Example
Text Example
White with #334258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334258; }
p { color: rgb(51,66,88); }
H1.HeaderClassName
{
color: #334258;
}
.AnyTagClassName
{
color: #334258;
}
</style>
background-color css
<style>
a { background-color: #334258; }
a { background-color: rgb(51,66,88); }
div.DivClassName
{
background-color: #334258;
}
.BgClassName
{
background-color: #334258;
}
</style>
border-color css
<style>
span { border-color: #334258; }
span { border-color: rgb(51,66,88); }
td.TdClassName
{
border-color: #334258;
}
.TagClassName
{
border-color: #334258;
}
</style>