Shades of Atomic #344850
Tints of Atomic #344850
RGB
CMYK
RGB Variations
Color information
#344850 (or 0x344850) is known color: Atomic. HEX triplet: 34, 48 and 50. RGB value is (52,72,80). Sum of RGB (Red+Green+Blue) = 52+72+80=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 80 - color contains mainly: blue. Hex color #344850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344850 is #CBB7AF. Grayscale: #424242. Windows color (decimal): -13350832 or 5261364. OLE color: 5261364.
HSL color Cylindrical-coordinate representation of color #344850: hue angle of 197.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #344850 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 72 | 80 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.69 |
| HSL | 197.14º | 0.21% | 0.26% | - |
| HSV(B) | 197.14º | 0.35% | 0.31% | - |
| XYZ | 5.18 | 5.94 | 8.46 | - |
| YUV | 66.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 80 | 0.35 | 0.10 | 0 | 0.69 | 197.14 | 0.21 | 0.26 |
| Hex | 34 | 48 | 50 | 23 | A | 0 | 45 | C5 | 15 | 1A |
| Octal | 64 | 110 | 120 | 43 | 12 | 0 | 105 | 305 | 25 | 32 |
| Binary | 110100 | 1001000 | 1010000 | 100011 | 1010 | 0 | 1000101 | 11000101 | 10101 | 11010 |
Color Harmonies of #344850
Complementary color
Monochromatic Colors of #344850
Black with #344850
Text Example
Text Example
White with #344850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344850; }
p { color: rgb(52,72,80); }
H1.HeaderClassName
{
color: #344850;
}
.AnyTagClassName
{
color: #344850;
}
</style>
background-color css
<style>
a { background-color: #344850; }
a { background-color: rgb(52,72,80); }
div.DivClassName
{
background-color: #344850;
}
.BgClassName
{
background-color: #344850;
}
</style>
border-color css
<style>
span { border-color: #344850; }
span { border-color: rgb(52,72,80); }
td.TdClassName
{
border-color: #344850;
}
.TagClassName
{
border-color: #344850;
}
</style>