Shades of Madison #334358
Tints of Madison #334358
RGB
CMYK
RGB Variations
Color information
#334358 (or 0x334358) is known color: Madison. HEX triplet: 33, 43 and 58. RGB value is (51,67,88). Sum of RGB (Red+Green+Blue) = 51+67+88=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #334358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334358 is #CCBCA7. Grayscale: #404040. Windows color (decimal): -13417640 or 5784371. OLE color: 5784371.
HSL color Cylindrical-coordinate representation of color #334358: hue angle of 214.05º 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 #334358 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 67 | 88 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.65 |
| HSL | 214.05º | 0.27% | 0.27% | - |
| HSV(B) | 214.05º | 0.42% | 0.35% | - |
| XYZ | 5.13 | 5.42 | 10.01 | - |
| YUV | 64.61 | 141.2 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 88 | 0.42 | 0.24 | 0 | 0.65 | 214.05 | 0.27 | 0.27 |
| Hex | 33 | 43 | 58 | 2A | 18 | 0 | 41 | D6 | 1B | 1B |
| Octal | 63 | 103 | 130 | 52 | 30 | 0 | 101 | 326 | 33 | 33 |
| Binary | 110011 | 1000011 | 1011000 | 101010 | 11000 | 0 | 1000001 | 11010110 | 11011 | 11011 |
Color Harmonies of #334358
Complementary color
Monochromatic Colors of #334358
Black with #334358
Text Example
Text Example
White with #334358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334358; }
p { color: rgb(51,67,88); }
H1.HeaderClassName
{
color: #334358;
}
.AnyTagClassName
{
color: #334358;
}
</style>
background-color css
<style>
a { background-color: #334358; }
a { background-color: rgb(51,67,88); }
div.DivClassName
{
background-color: #334358;
}
.BgClassName
{
background-color: #334358;
}
</style>
border-color css
<style>
span { border-color: #334358; }
span { border-color: rgb(51,67,88); }
td.TdClassName
{
border-color: #334358;
}
.TagClassName
{
border-color: #334358;
}
</style>