Shades of Bunting #343849
Tints of Bunting #343849
RGB
CMYK
RGB Variations
Color information
#343849 (or 0x343849) is known color: Bunting. HEX triplet: 34, 38 and 49. RGB value is (52,56,73). Sum of RGB (Red+Green+Blue) = 52+56+73=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 73 - color contains mainly: blue. Hex color #343849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343849 is #CBC7B6. Grayscale: #383838. Windows color (decimal): -13354935 or 4798516. OLE color: 4798516.
HSL color Cylindrical-coordinate representation of color #343849: hue angle of 228.57º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #343849 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 56 | 73 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.71 |
| HSL | 228.57º | 0.17% | 0.25% | - |
| HSV(B) | 228.57º | 0.29% | 0.29% | - |
| XYZ | 4.03 | 4.04 | 6.87 | - |
| YUV | 56.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 73 | 0.29 | 0.23 | 0 | 0.71 | 228.57 | 0.17 | 0.25 |
| Hex | 34 | 38 | 49 | 1D | 17 | 0 | 47 | E5 | 11 | 19 |
| Octal | 64 | 70 | 111 | 35 | 27 | 0 | 107 | 345 | 21 | 31 |
| Binary | 110100 | 111000 | 1001001 | 11101 | 10111 | 0 | 1000111 | 11100101 | 10001 | 11001 |
Color Harmonies of #343849
Complementary color
Monochromatic Colors of #343849
Black with #343849
Text Example
Text Example
White with #343849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343849; }
p { color: rgb(52,56,73); }
H1.HeaderClassName
{
color: #343849;
}
.AnyTagClassName
{
color: #343849;
}
</style>
background-color css
<style>
a { background-color: #343849; }
a { background-color: rgb(52,56,73); }
div.DivClassName
{
background-color: #343849;
}
.BgClassName
{
background-color: #343849;
}
</style>
border-color css
<style>
span { border-color: #343849; }
span { border-color: rgb(52,56,73); }
td.TdClassName
{
border-color: #343849;
}
.TagClassName
{
border-color: #343849;
}
</style>