Shades of Atomic #344C53
Tints of Atomic #344C53
RGB
CMYK
RGB Variations
Color information
#344C53 (or 0x344C53) is known color: Atomic. HEX triplet: 34, 4C and 53. RGB value is (52,76,83). Sum of RGB (Red+Green+Blue) = 52+76+83=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #344C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C53 is #CBB3AC. Grayscale: #454545. Windows color (decimal): -13349805 or 5458996. OLE color: 5458996.
HSL color Cylindrical-coordinate representation of color #344C53: hue angle of 193.55º 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 #344C53 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 76 | 83 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.67 |
| HSL | 193.55º | 0.23% | 0.26% | - |
| HSV(B) | 193.55º | 0.37% | 0.33% | - |
| XYZ | 5.56 | 6.52 | 9.15 | - |
| YUV | 69.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 83 | 0.37 | 0.08 | 0 | 0.67 | 193.55 | 0.23 | 0.26 |
| Hex | 34 | 4C | 53 | 25 | 8 | 0 | 43 | C2 | 17 | 1A |
| Octal | 64 | 114 | 123 | 45 | 10 | 0 | 103 | 302 | 27 | 32 |
| Binary | 110100 | 1001100 | 1010011 | 100101 | 1000 | 0 | 1000011 | 11000010 | 10111 | 11010 |
Color Harmonies of #344C53
Complementary color
Monochromatic Colors of #344C53
Black with #344C53
Text Example
Text Example
White with #344C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C53; }
p { color: rgb(52,76,83); }
H1.HeaderClassName
{
color: #344C53;
}
.AnyTagClassName
{
color: #344C53;
}
</style>
background-color css
<style>
a { background-color: #344C53; }
a { background-color: rgb(52,76,83); }
div.DivClassName
{
background-color: #344C53;
}
.BgClassName
{
background-color: #344C53;
}
</style>
border-color css
<style>
span { border-color: #344C53; }
span { border-color: rgb(52,76,83); }
td.TdClassName
{
border-color: #344C53;
}
.TagClassName
{
border-color: #344C53;
}
</style>