Shades of Atomic #344B55
Tints of Atomic #344B55
RGB
CMYK
RGB Variations
Color information
#344B55 (or 0x344B55) is known color: Atomic. HEX triplet: 34, 4B and 55. RGB value is (52,75,85). Sum of RGB (Red+Green+Blue) = 52+75+85=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #344B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B55 is #CBB4AA. Grayscale: #454545. Windows color (decimal): -13350059 or 5589812. OLE color: 5589812.
HSL color Cylindrical-coordinate representation of color #344B55: hue angle of 198.18º 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 #344B55 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 75 | 85 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.67 |
| HSL | 198.18º | 0.24% | 0.27% | - |
| HSV(B) | 198.18º | 0.39% | 0.33% | - |
| XYZ | 5.57 | 6.42 | 9.54 | - |
| YUV | 69.26 | 136.88 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 85 | 0.39 | 0.12 | 0 | 0.67 | 198.18 | 0.24 | 0.27 |
| Hex | 34 | 4B | 55 | 27 | C | 0 | 43 | C6 | 18 | 1B |
| Octal | 64 | 113 | 125 | 47 | 14 | 0 | 103 | 306 | 30 | 33 |
| Binary | 110100 | 1001011 | 1010101 | 100111 | 1100 | 0 | 1000011 | 11000110 | 11000 | 11011 |
Color Harmonies of #344B55
Complementary color
Monochromatic Colors of #344B55
Black with #344B55
Text Example
Text Example
White with #344B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344B55; }
p { color: rgb(52,75,85); }
H1.HeaderClassName
{
color: #344B55;
}
.AnyTagClassName
{
color: #344B55;
}
</style>
background-color css
<style>
a { background-color: #344B55; }
a { background-color: rgb(52,75,85); }
div.DivClassName
{
background-color: #344B55;
}
.BgClassName
{
background-color: #344B55;
}
</style>
border-color css
<style>
span { border-color: #344B55; }
span { border-color: rgb(52,75,85); }
td.TdClassName
{
border-color: #344B55;
}
.TagClassName
{
border-color: #344B55;
}
</style>