Shades of Atomic #344A53
Tints of Atomic #344A53
RGB
CMYK
RGB Variations
Color information
#344A53 (or 0x344A53) is known color: Atomic. HEX triplet: 34, 4A and 53. RGB value is (52,74,83). Sum of RGB (Red+Green+Blue) = 52+74+83=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #344A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A53 is #CBB5AC. Grayscale: #444444. Windows color (decimal): -13350317 or 5458484. OLE color: 5458484.
HSL color Cylindrical-coordinate representation of color #344A53: hue angle of 197.42º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #344A53 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 74 | 83 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.67 |
| HSL | 197.42º | 0.23% | 0.26% | - |
| HSV(B) | 197.42º | 0.37% | 0.33% | - |
| XYZ | 5.43 | 6.25 | 9.1 | - |
| YUV | 68.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 83 | 0.37 | 0.11 | 0 | 0.67 | 197.42 | 0.23 | 0.26 |
| Hex | 34 | 4A | 53 | 25 | B | 0 | 43 | C5 | 17 | 1A |
| Octal | 64 | 112 | 123 | 45 | 13 | 0 | 103 | 305 | 27 | 32 |
| Binary | 110100 | 1001010 | 1010011 | 100101 | 1011 | 0 | 1000011 | 11000101 | 10111 | 11010 |
Color Harmonies of #344A53
Complementary color
Monochromatic Colors of #344A53
Black with #344A53
Text Example
Text Example
White with #344A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A53; }
p { color: rgb(52,74,83); }
H1.HeaderClassName
{
color: #344A53;
}
.AnyTagClassName
{
color: #344A53;
}
</style>
background-color css
<style>
a { background-color: #344A53; }
a { background-color: rgb(52,74,83); }
div.DivClassName
{
background-color: #344A53;
}
.BgClassName
{
background-color: #344A53;
}
</style>
border-color css
<style>
span { border-color: #344A53; }
span { border-color: rgb(52,74,83); }
td.TdClassName
{
border-color: #344A53;
}
.TagClassName
{
border-color: #344A53;
}
</style>