Shades of Atomic #344D59
Tints of Atomic #344D59
RGB
CMYK
RGB Variations
Color information
#344D59 (or 0x344D59) is known color: Atomic. HEX triplet: 34, 4D and 59. RGB value is (52,77,89). Sum of RGB (Red+Green+Blue) = 52+77+89=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #344D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D59 is #CBB2A6. Grayscale: #464646. Windows color (decimal): -13349543 or 5852468. OLE color: 5852468.
HSL color Cylindrical-coordinate representation of color #344D59: hue angle of 199.46º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #344D59 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 77 | 89 | - |
| CMYK | 0.42 | 0.13 | 0 | 0.65 |
| HSL | 199.46º | 0.26% | 0.28% | - |
| HSV(B) | 199.46º | 0.42% | 0.35% | - |
| XYZ | 5.87 | 6.76 | 10.45 | - |
| YUV | 70.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 89 | 0.42 | 0.13 | 0 | 0.65 | 199.46 | 0.26 | 0.28 |
| Hex | 34 | 4D | 59 | 2A | D | 0 | 41 | C7 | 1A | 1C |
| Octal | 64 | 115 | 131 | 52 | 15 | 0 | 101 | 307 | 32 | 34 |
| Binary | 110100 | 1001101 | 1011001 | 101010 | 1101 | 0 | 1000001 | 11000111 | 11010 | 11100 |
Color Harmonies of #344D59
Complementary color
Monochromatic Colors of #344D59
Black with #344D59
Text Example
Text Example
White with #344D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344D59; }
p { color: rgb(52,77,89); }
H1.HeaderClassName
{
color: #344D59;
}
.AnyTagClassName
{
color: #344D59;
}
</style>
background-color css
<style>
a { background-color: #344D59; }
a { background-color: rgb(52,77,89); }
div.DivClassName
{
background-color: #344D59;
}
.BgClassName
{
background-color: #344D59;
}
</style>
border-color css
<style>
span { border-color: #344D59; }
span { border-color: rgb(52,77,89); }
td.TdClassName
{
border-color: #344D59;
}
.TagClassName
{
border-color: #344D59;
}
</style>