Shades of Atomic #344D55
Tints of Atomic #344D55
RGB
CMYK
RGB Variations
Color information
#344D55 (or 0x344D55) is known color: Atomic. HEX triplet: 34, 4D and 55. RGB value is (52,77,85). Sum of RGB (Red+Green+Blue) = 52+77+85=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 85 - color contains mainly: blue. Hex color #344D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D55 is #CBB2AA. Grayscale: #464646. Windows color (decimal): -13349547 or 5590324. OLE color: 5590324.
HSL color Cylindrical-coordinate representation of color #344D55: hue angle of 194.55º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #344D55 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 77 | 85 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.67 |
| HSL | 194.55º | 0.24% | 0.27% | - |
| HSV(B) | 194.55º | 0.39% | 0.33% | - |
| XYZ | 5.71 | 6.69 | 9.59 | - |
| YUV | 70.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 85 | 0.39 | 0.09 | 0 | 0.67 | 194.55 | 0.24 | 0.27 |
| Hex | 34 | 4D | 55 | 27 | 9 | 0 | 43 | C3 | 18 | 1B |
| Octal | 64 | 115 | 125 | 47 | 11 | 0 | 103 | 303 | 30 | 33 |
| Binary | 110100 | 1001101 | 1010101 | 100111 | 1001 | 0 | 1000011 | 11000011 | 11000 | 11011 |
Color Harmonies of #344D55
Complementary color
Monochromatic Colors of #344D55
Black with #344D55
Text Example
Text Example
White with #344D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344D55; }
p { color: rgb(52,77,85); }
H1.HeaderClassName
{
color: #344D55;
}
.AnyTagClassName
{
color: #344D55;
}
</style>
background-color css
<style>
a { background-color: #344D55; }
a { background-color: rgb(52,77,85); }
div.DivClassName
{
background-color: #344D55;
}
.BgClassName
{
background-color: #344D55;
}
</style>
border-color css
<style>
span { border-color: #344D55; }
span { border-color: rgb(52,77,85); }
td.TdClassName
{
border-color: #344D55;
}
.TagClassName
{
border-color: #344D55;
}
</style>