Shades of Atomic #344C55
Tints of Atomic #344C55
RGB
CMYK
RGB Variations
Color information
#344C55 (or 0x344C55) is known color: Atomic. HEX triplet: 34, 4C and 55. RGB value is (52,76,85). Sum of RGB (Red+Green+Blue) = 52+76+85=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 85 - color contains mainly: blue. Hex color #344C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C55 is #CBB3AA. Grayscale: #454545. Windows color (decimal): -13349803 or 5590068. OLE color: 5590068.
HSL color Cylindrical-coordinate representation of color #344C55: hue angle of 196.36º 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 #344C55 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 76 | 85 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.67 |
| HSL | 196.36º | 0.24% | 0.27% | - |
| HSV(B) | 196.36º | 0.39% | 0.33% | - |
| XYZ | 5.64 | 6.55 | 9.56 | - |
| YUV | 69.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 85 | 0.39 | 0.11 | 0 | 0.67 | 196.36 | 0.24 | 0.27 |
| Hex | 34 | 4C | 55 | 27 | B | 0 | 43 | C4 | 18 | 1B |
| Octal | 64 | 114 | 125 | 47 | 13 | 0 | 103 | 304 | 30 | 33 |
| Binary | 110100 | 1001100 | 1010101 | 100111 | 1011 | 0 | 1000011 | 11000100 | 11000 | 11011 |
Color Harmonies of #344C55
Complementary color
Monochromatic Colors of #344C55
Black with #344C55
Text Example
Text Example
White with #344C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C55; }
p { color: rgb(52,76,85); }
H1.HeaderClassName
{
color: #344C55;
}
.AnyTagClassName
{
color: #344C55;
}
</style>
background-color css
<style>
a { background-color: #344C55; }
a { background-color: rgb(52,76,85); }
div.DivClassName
{
background-color: #344C55;
}
.BgClassName
{
background-color: #344C55;
}
</style>
border-color css
<style>
span { border-color: #344C55; }
span { border-color: rgb(52,76,85); }
td.TdClassName
{
border-color: #344C55;
}
.TagClassName
{
border-color: #344C55;
}
</style>