Shades of Atomic #344D58
Tints of Atomic #344D58
RGB
CMYK
RGB Variations
Color information
#344D58 (or 0x344D58) is known color: Atomic. HEX triplet: 34, 4D and 58. RGB value is (52,77,88). Sum of RGB (Red+Green+Blue) = 52+77+88=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #344D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D58 is #CBB2A7. Grayscale: #464646. Windows color (decimal): -13349544 or 5786932. OLE color: 5786932.
HSL color Cylindrical-coordinate representation of color #344D58: hue angle of 198.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #344D58 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 77 | 88 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.65 |
| HSL | 198.33º | 0.26% | 0.27% | - |
| HSV(B) | 198.33º | 0.41% | 0.35% | - |
| XYZ | 5.83 | 6.74 | 10.23 | - |
| YUV | 70.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 88 | 0.41 | 0.12 | 0 | 0.65 | 198.33 | 0.26 | 0.27 |
| Hex | 34 | 4D | 58 | 29 | C | 0 | 41 | C6 | 1A | 1B |
| Octal | 64 | 115 | 130 | 51 | 14 | 0 | 101 | 306 | 32 | 33 |
| Binary | 110100 | 1001101 | 1011000 | 101001 | 1100 | 0 | 1000001 | 11000110 | 11010 | 11011 |
Color Harmonies of #344D58
Complementary color
Monochromatic Colors of #344D58
Black with #344D58
Text Example
Text Example
White with #344D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344D58; }
p { color: rgb(52,77,88); }
H1.HeaderClassName
{
color: #344D58;
}
.AnyTagClassName
{
color: #344D58;
}
</style>
background-color css
<style>
a { background-color: #344D58; }
a { background-color: rgb(52,77,88); }
div.DivClassName
{
background-color: #344D58;
}
.BgClassName
{
background-color: #344D58;
}
</style>
border-color css
<style>
span { border-color: #344D58; }
span { border-color: rgb(52,77,88); }
td.TdClassName
{
border-color: #344D58;
}
.TagClassName
{
border-color: #344D58;
}
</style>