Shades of Atomic #344855
Tints of Atomic #344855
RGB
CMYK
RGB Variations
Color information
#344855 (or 0x344855) is known color: Atomic. HEX triplet: 34, 48 and 55. RGB value is (52,72,85). Sum of RGB (Red+Green+Blue) = 52+72+85=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #344855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344855 is #CBB7AA. Grayscale: #434343. Windows color (decimal): -13350827 or 5589044. OLE color: 5589044.
HSL color Cylindrical-coordinate representation of color #344855: hue angle of 203.64º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #344855 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 72 | 85 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.67 |
| HSL | 203.64º | 0.24% | 0.27% | - |
| HSV(B) | 203.64º | 0.39% | 0.33% | - |
| XYZ | 5.37 | 6.02 | 9.47 | - |
| YUV | 67.5 | 137.87 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 85 | 0.39 | 0.15 | 0 | 0.67 | 203.64 | 0.24 | 0.27 |
| Hex | 34 | 48 | 55 | 27 | F | 0 | 43 | CC | 18 | 1B |
| Octal | 64 | 110 | 125 | 47 | 17 | 0 | 103 | 314 | 30 | 33 |
| Binary | 110100 | 1001000 | 1010101 | 100111 | 1111 | 0 | 1000011 | 11001100 | 11000 | 11011 |
Color Harmonies of #344855
Complementary color
Monochromatic Colors of #344855
Black with #344855
Text Example
Text Example
White with #344855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344855; }
p { color: rgb(52,72,85); }
H1.HeaderClassName
{
color: #344855;
}
.AnyTagClassName
{
color: #344855;
}
</style>
background-color css
<style>
a { background-color: #344855; }
a { background-color: rgb(52,72,85); }
div.DivClassName
{
background-color: #344855;
}
.BgClassName
{
background-color: #344855;
}
</style>
border-color css
<style>
span { border-color: #344855; }
span { border-color: rgb(52,72,85); }
td.TdClassName
{
border-color: #344855;
}
.TagClassName
{
border-color: #344855;
}
</style>