Shades of Atomic #344853
Tints of Atomic #344853
RGB
CMYK
RGB Variations
Color information
#344853 (or 0x344853) is known color: Atomic. HEX triplet: 34, 48 and 53. RGB value is (52,72,83). Sum of RGB (Red+Green+Blue) = 52+72+83=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #344853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344853 is #CBB7AC. Grayscale: #434343. Windows color (decimal): -13350829 or 5457972. OLE color: 5457972.
HSL color Cylindrical-coordinate representation of color #344853: hue angle of 201.29º 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 #344853 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 72 | 83 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.67 |
| HSL | 201.29º | 0.23% | 0.26% | - |
| HSV(B) | 201.29º | 0.37% | 0.33% | - |
| XYZ | 5.29 | 5.99 | 9.06 | - |
| YUV | 67.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 83 | 0.37 | 0.13 | 0 | 0.67 | 201.29 | 0.23 | 0.26 |
| Hex | 34 | 48 | 53 | 25 | D | 0 | 43 | C9 | 17 | 1A |
| Octal | 64 | 110 | 123 | 45 | 15 | 0 | 103 | 311 | 27 | 32 |
| Binary | 110100 | 1001000 | 1010011 | 100101 | 1101 | 0 | 1000011 | 11001001 | 10111 | 11010 |
Color Harmonies of #344853
Complementary color
Monochromatic Colors of #344853
Black with #344853
Text Example
Text Example
White with #344853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344853; }
p { color: rgb(52,72,83); }
H1.HeaderClassName
{
color: #344853;
}
.AnyTagClassName
{
color: #344853;
}
</style>
background-color css
<style>
a { background-color: #344853; }
a { background-color: rgb(52,72,83); }
div.DivClassName
{
background-color: #344853;
}
.BgClassName
{
background-color: #344853;
}
</style>
border-color css
<style>
span { border-color: #344853; }
span { border-color: rgb(52,72,83); }
td.TdClassName
{
border-color: #344853;
}
.TagClassName
{
border-color: #344853;
}
</style>