Shades of Atomic #344A52
Tints of Atomic #344A52
RGB
CMYK
RGB Variations
Color information
#344A52 (or 0x344A52) is known color: Atomic. HEX triplet: 34, 4A and 52. RGB value is (52,74,82). Sum of RGB (Red+Green+Blue) = 52+74+82=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 82 - color contains mainly: blue. Hex color #344A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A52 is #CBB5AD. Grayscale: #444444. Windows color (decimal): -13350318 or 5392948. OLE color: 5392948.
HSL color Cylindrical-coordinate representation of color #344A52: hue angle of 196º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #344A52 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 74 | 82 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.68 |
| HSL | 196º | 0.22% | 0.26% | - |
| HSV(B) | 196º | 0.37% | 0.32% | - |
| XYZ | 5.39 | 6.24 | 8.9 | - |
| YUV | 68.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 82 | 0.37 | 0.10 | 0 | 0.68 | 196 | 0.22 | 0.26 |
| Hex | 34 | 4A | 52 | 25 | A | 0 | 44 | C4 | 16 | 1A |
| Octal | 64 | 112 | 122 | 45 | 12 | 0 | 104 | 304 | 26 | 32 |
| Binary | 110100 | 1001010 | 1010010 | 100101 | 1010 | 0 | 1000100 | 11000100 | 10110 | 11010 |
Color Harmonies of #344A52
Complementary color
Monochromatic Colors of #344A52
Black with #344A52
Text Example
Text Example
White with #344A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A52; }
p { color: rgb(52,74,82); }
H1.HeaderClassName
{
color: #344A52;
}
.AnyTagClassName
{
color: #344A52;
}
</style>
background-color css
<style>
a { background-color: #344A52; }
a { background-color: rgb(52,74,82); }
div.DivClassName
{
background-color: #344A52;
}
.BgClassName
{
background-color: #344A52;
}
</style>
border-color css
<style>
span { border-color: #344A52; }
span { border-color: rgb(52,74,82); }
td.TdClassName
{
border-color: #344A52;
}
.TagClassName
{
border-color: #344A52;
}
</style>