Shades of Atomic #344C57
Tints of Atomic #344C57
RGB
CMYK
RGB Variations
Color information
#344C57 (or 0x344C57) is known color: Atomic. HEX triplet: 34, 4C and 57. RGB value is (52,76,87). Sum of RGB (Red+Green+Blue) = 52+76+87=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 87 - color contains mainly: blue. Hex color #344C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C57 is #CBB3A8. Grayscale: #464646. Windows color (decimal): -13349801 or 5721140. OLE color: 5721140.
HSL color Cylindrical-coordinate representation of color #344C57: hue angle of 198.86º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #344C57 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 76 | 87 | - |
| CMYK | 0.40 | 0.13 | 0 | 0.66 |
| HSL | 198.86º | 0.25% | 0.27% | - |
| HSV(B) | 198.86º | 0.4% | 0.34% | - |
| XYZ | 5.72 | 6.59 | 9.99 | - |
| YUV | 70.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 87 | 0.40 | 0.13 | 0 | 0.66 | 198.86 | 0.25 | 0.27 |
| Hex | 34 | 4C | 57 | 28 | D | 0 | 42 | C7 | 19 | 1B |
| Octal | 64 | 114 | 127 | 50 | 15 | 0 | 102 | 307 | 31 | 33 |
| Binary | 110100 | 1001100 | 1010111 | 101000 | 1101 | 0 | 1000010 | 11000111 | 11001 | 11011 |
Color Harmonies of #344C57
Complementary color
Monochromatic Colors of #344C57
Black with #344C57
Text Example
Text Example
White with #344C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C57; }
p { color: rgb(52,76,87); }
H1.HeaderClassName
{
color: #344C57;
}
.AnyTagClassName
{
color: #344C57;
}
</style>
background-color css
<style>
a { background-color: #344C57; }
a { background-color: rgb(52,76,87); }
div.DivClassName
{
background-color: #344C57;
}
.BgClassName
{
background-color: #344C57;
}
</style>
border-color css
<style>
span { border-color: #344C57; }
span { border-color: rgb(52,76,87); }
td.TdClassName
{
border-color: #344C57;
}
.TagClassName
{
border-color: #344C57;
}
</style>