Shades of Atomic #344753
Tints of Atomic #344753
RGB
CMYK
RGB Variations
Color information
#344753 (or 0x344753) is known color: Atomic. HEX triplet: 34, 47 and 53. RGB value is (52,71,83). Sum of RGB (Red+Green+Blue) = 52+71+83=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #344753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344753 is #CBB8AC. Grayscale: #424242. Windows color (decimal): -13351085 or 5457716. OLE color: 5457716.
HSL color Cylindrical-coordinate representation of color #344753: hue angle of 203.23º 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 #344753 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 71 | 83 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.67 |
| HSL | 203.23º | 0.23% | 0.26% | - |
| HSV(B) | 203.23º | 0.37% | 0.33% | - |
| XYZ | 5.23 | 5.86 | 9.04 | - |
| YUV | 66.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 83 | 0.37 | 0.14 | 0 | 0.67 | 203.23 | 0.23 | 0.26 |
| Hex | 34 | 47 | 53 | 25 | E | 0 | 43 | CB | 17 | 1A |
| Octal | 64 | 107 | 123 | 45 | 16 | 0 | 103 | 313 | 27 | 32 |
| Binary | 110100 | 1000111 | 1010011 | 100101 | 1110 | 0 | 1000011 | 11001011 | 10111 | 11010 |
Color Harmonies of #344753
Complementary color
Monochromatic Colors of #344753
Black with #344753
Text Example
Text Example
White with #344753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344753; }
p { color: rgb(52,71,83); }
H1.HeaderClassName
{
color: #344753;
}
.AnyTagClassName
{
color: #344753;
}
</style>
background-color css
<style>
a { background-color: #344753; }
a { background-color: rgb(52,71,83); }
div.DivClassName
{
background-color: #344753;
}
.BgClassName
{
background-color: #344753;
}
</style>
border-color css
<style>
span { border-color: #344753; }
span { border-color: rgb(52,71,83); }
td.TdClassName
{
border-color: #344753;
}
.TagClassName
{
border-color: #344753;
}
</style>