Shades of Atomic #344D56
Tints of Atomic #344D56
RGB
CMYK
RGB Variations
Color information
#344D56 (or 0x344D56) is known color: Atomic. HEX triplet: 34, 4D and 56. RGB value is (52,77,86). Sum of RGB (Red+Green+Blue) = 52+77+86=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #344D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D56 is #CBB2A9. Grayscale: #464646. Windows color (decimal): -13349546 or 5655860. OLE color: 5655860.
HSL color Cylindrical-coordinate representation of color #344D56: hue angle of 195.88º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #344D56 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 77 | 86 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.66 |
| HSL | 195.88º | 0.25% | 0.27% | - |
| HSV(B) | 195.88º | 0.4% | 0.34% | - |
| XYZ | 5.75 | 6.71 | 9.8 | - |
| YUV | 70.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 86 | 0.40 | 0.10 | 0 | 0.66 | 195.88 | 0.25 | 0.27 |
| Hex | 34 | 4D | 56 | 28 | A | 0 | 42 | C4 | 19 | 1B |
| Octal | 64 | 115 | 126 | 50 | 12 | 0 | 102 | 304 | 31 | 33 |
| Binary | 110100 | 1001101 | 1010110 | 101000 | 1010 | 0 | 1000010 | 11000100 | 11001 | 11011 |
Color Harmonies of #344D56
Complementary color
Monochromatic Colors of #344D56
Black with #344D56
Text Example
Text Example
White with #344D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344D56; }
p { color: rgb(52,77,86); }
H1.HeaderClassName
{
color: #344D56;
}
.AnyTagClassName
{
color: #344D56;
}
</style>
background-color css
<style>
a { background-color: #344D56; }
a { background-color: rgb(52,77,86); }
div.DivClassName
{
background-color: #344D56;
}
.BgClassName
{
background-color: #344D56;
}
</style>
border-color css
<style>
span { border-color: #344D56; }
span { border-color: rgb(52,77,86); }
td.TdClassName
{
border-color: #344D56;
}
.TagClassName
{
border-color: #344D56;
}
</style>