Shades of Atomic #344954
Tints of Atomic #344954
RGB
CMYK
RGB Variations
Color information
#344954 (or 0x344954) is known color: Atomic. HEX triplet: 34, 49 and 54. RGB value is (52,73,84). Sum of RGB (Red+Green+Blue) = 52+73+84=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 84 - color contains mainly: blue. Hex color #344954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344954 is #CBB6AB. Grayscale: #434343. Windows color (decimal): -13350572 or 5523764. OLE color: 5523764.
HSL color Cylindrical-coordinate representation of color #344954: hue angle of 200.62º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #344954 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 73 | 84 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.67 |
| HSL | 200.63º | 0.24% | 0.27% | - |
| HSV(B) | 200.63º | 0.38% | 0.33% | - |
| XYZ | 5.4 | 6.14 | 9.29 | - |
| YUV | 67.98 | 137.04 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 84 | 0.38 | 0.13 | 0 | 0.67 | 200.63 | 0.24 | 0.27 |
| Hex | 34 | 49 | 54 | 26 | D | 0 | 43 | C9 | 18 | 1B |
| Octal | 64 | 111 | 124 | 46 | 15 | 0 | 103 | 311 | 30 | 33 |
| Binary | 110100 | 1001001 | 1010100 | 100110 | 1101 | 0 | 1000011 | 11001001 | 11000 | 11011 |
Color Harmonies of #344954
Complementary color
Monochromatic Colors of #344954
Black with #344954
Text Example
Text Example
White with #344954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344954; }
p { color: rgb(52,73,84); }
H1.HeaderClassName
{
color: #344954;
}
.AnyTagClassName
{
color: #344954;
}
</style>
background-color css
<style>
a { background-color: #344954; }
a { background-color: rgb(52,73,84); }
div.DivClassName
{
background-color: #344954;
}
.BgClassName
{
background-color: #344954;
}
</style>
border-color css
<style>
span { border-color: #344954; }
span { border-color: rgb(52,73,84); }
td.TdClassName
{
border-color: #344954;
}
.TagClassName
{
border-color: #344954;
}
</style>