Shades of Atomic #344956
Tints of Atomic #344956
RGB
CMYK
RGB Variations
Color information
#344956 (or 0x344956) is known color: Atomic. HEX triplet: 34, 49 and 56. RGB value is (52,73,86). Sum of RGB (Red+Green+Blue) = 52+73+86=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 86 - color contains mainly: blue. Hex color #344956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344956 is #CBB6A9. Grayscale: #444444. Windows color (decimal): -13350570 or 5654836. OLE color: 5654836.
HSL color Cylindrical-coordinate representation of color #344956: hue angle of 202.94º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #344956 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 73 | 86 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.66 |
| HSL | 202.94º | 0.25% | 0.27% | - |
| HSV(B) | 202.94º | 0.4% | 0.34% | - |
| XYZ | 5.48 | 6.17 | 9.71 | - |
| YUV | 68.2 | 138.04 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 86 | 0.40 | 0.15 | 0 | 0.66 | 202.94 | 0.25 | 0.27 |
| Hex | 34 | 49 | 56 | 28 | F | 0 | 42 | CB | 19 | 1B |
| Octal | 64 | 111 | 126 | 50 | 17 | 0 | 102 | 313 | 31 | 33 |
| Binary | 110100 | 1001001 | 1010110 | 101000 | 1111 | 0 | 1000010 | 11001011 | 11001 | 11011 |
Color Harmonies of #344956
Complementary color
Monochromatic Colors of #344956
Black with #344956
Text Example
Text Example
White with #344956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344956; }
p { color: rgb(52,73,86); }
H1.HeaderClassName
{
color: #344956;
}
.AnyTagClassName
{
color: #344956;
}
</style>
background-color css
<style>
a { background-color: #344956; }
a { background-color: rgb(52,73,86); }
div.DivClassName
{
background-color: #344956;
}
.BgClassName
{
background-color: #344956;
}
</style>
border-color css
<style>
span { border-color: #344956; }
span { border-color: rgb(52,73,86); }
td.TdClassName
{
border-color: #344956;
}
.TagClassName
{
border-color: #344956;
}
</style>