Shades of Atomic #344951
Tints of Atomic #344951
RGB
CMYK
RGB Variations
Color information
#344951 (or 0x344951) is known color: Atomic. HEX triplet: 34, 49 and 51. RGB value is (52,73,81). Sum of RGB (Red+Green+Blue) = 52+73+81=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 81 - color contains mainly: blue. Hex color #344951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344951 is #CBB6AE. Grayscale: #434343. Windows color (decimal): -13350575 or 5327156. OLE color: 5327156.
HSL color Cylindrical-coordinate representation of color #344951: hue angle of 196.55º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #344951 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 73 | 81 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.68 |
| HSL | 196.55º | 0.22% | 0.26% | - |
| HSV(B) | 196.55º | 0.36% | 0.32% | - |
| XYZ | 5.28 | 6.09 | 8.68 | - |
| YUV | 67.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 81 | 0.36 | 0.10 | 0 | 0.68 | 196.55 | 0.22 | 0.26 |
| Hex | 34 | 49 | 51 | 24 | A | 0 | 44 | C5 | 16 | 1A |
| Octal | 64 | 111 | 121 | 44 | 12 | 0 | 104 | 305 | 26 | 32 |
| Binary | 110100 | 1001001 | 1010001 | 100100 | 1010 | 0 | 1000100 | 11000101 | 10110 | 11010 |
Color Harmonies of #344951
Complementary color
Monochromatic Colors of #344951
Black with #344951
Text Example
Text Example
White with #344951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344951; }
p { color: rgb(52,73,81); }
H1.HeaderClassName
{
color: #344951;
}
.AnyTagClassName
{
color: #344951;
}
</style>
background-color css
<style>
a { background-color: #344951; }
a { background-color: rgb(52,73,81); }
div.DivClassName
{
background-color: #344951;
}
.BgClassName
{
background-color: #344951;
}
</style>
border-color css
<style>
span { border-color: #344951; }
span { border-color: rgb(52,73,81); }
td.TdClassName
{
border-color: #344951;
}
.TagClassName
{
border-color: #344951;
}
</style>