Shades of Atomic #344751
Tints of Atomic #344751
RGB
CMYK
RGB Variations
Color information
#344751 (or 0x344751) is known color: Atomic. HEX triplet: 34, 47 and 51. RGB value is (52,71,81). Sum of RGB (Red+Green+Blue) = 52+71+81=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 81 - color contains mainly: blue. Hex color #344751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344751 is #CBB8AE. Grayscale: #424242. Windows color (decimal): -13351087 or 5326644. OLE color: 5326644.
HSL color Cylindrical-coordinate representation of color #344751: hue angle of 200.69º 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 #344751 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 71 | 81 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.68 |
| HSL | 200.69º | 0.22% | 0.26% | - |
| HSV(B) | 200.69º | 0.36% | 0.32% | - |
| XYZ | 5.15 | 5.83 | 8.64 | - |
| YUV | 66.46 | 136.21 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 81 | 0.36 | 0.12 | 0 | 0.68 | 200.69 | 0.22 | 0.26 |
| Hex | 34 | 47 | 51 | 24 | C | 0 | 44 | C9 | 16 | 1A |
| Octal | 64 | 107 | 121 | 44 | 14 | 0 | 104 | 311 | 26 | 32 |
| Binary | 110100 | 1000111 | 1010001 | 100100 | 1100 | 0 | 1000100 | 11001001 | 10110 | 11010 |
Color Harmonies of #344751
Complementary color
Monochromatic Colors of #344751
Black with #344751
Text Example
Text Example
White with #344751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344751; }
p { color: rgb(52,71,81); }
H1.HeaderClassName
{
color: #344751;
}
.AnyTagClassName
{
color: #344751;
}
</style>
background-color css
<style>
a { background-color: #344751; }
a { background-color: rgb(52,71,81); }
div.DivClassName
{
background-color: #344751;
}
.BgClassName
{
background-color: #344751;
}
</style>
border-color css
<style>
span { border-color: #344751; }
span { border-color: rgb(52,71,81); }
td.TdClassName
{
border-color: #344751;
}
.TagClassName
{
border-color: #344751;
}
</style>