Shades of Atomic #344E57
Tints of Atomic #344E57
RGB
CMYK
RGB Variations
Color information
#344E57 (or 0x344E57) is known color: Atomic. HEX triplet: 34, 4E and 57. RGB value is (52,78,87). Sum of RGB (Red+Green+Blue) = 52+78+87=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 87 - color contains mainly: blue. Hex color #344E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E57 is #CBB1A8. Grayscale: #474747. Windows color (decimal): -13349289 or 5721652. OLE color: 5721652.
HSL color Cylindrical-coordinate representation of color #344E57: hue angle of 195.43º 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 #344E57 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 78 | 87 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.66 |
| HSL | 195.43º | 0.25% | 0.27% | - |
| HSV(B) | 195.43º | 0.4% | 0.34% | - |
| XYZ | 5.86 | 6.87 | 10.03 | - |
| YUV | 71.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 87 | 0.40 | 0.10 | 0 | 0.66 | 195.43 | 0.25 | 0.27 |
| Hex | 34 | 4E | 57 | 28 | A | 0 | 42 | C3 | 19 | 1B |
| Octal | 64 | 116 | 127 | 50 | 12 | 0 | 102 | 303 | 31 | 33 |
| Binary | 110100 | 1001110 | 1010111 | 101000 | 1010 | 0 | 1000010 | 11000011 | 11001 | 11011 |
Color Harmonies of #344E57
Complementary color
Monochromatic Colors of #344E57
Black with #344E57
Text Example
Text Example
White with #344E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E57; }
p { color: rgb(52,78,87); }
H1.HeaderClassName
{
color: #344E57;
}
.AnyTagClassName
{
color: #344E57;
}
</style>
background-color css
<style>
a { background-color: #344E57; }
a { background-color: rgb(52,78,87); }
div.DivClassName
{
background-color: #344E57;
}
.BgClassName
{
background-color: #344E57;
}
</style>
border-color css
<style>
span { border-color: #344E57; }
span { border-color: rgb(52,78,87); }
td.TdClassName
{
border-color: #344E57;
}
.TagClassName
{
border-color: #344E57;
}
</style>