Shades of Atomic #344C59
Tints of Atomic #344C59
RGB
CMYK
RGB Variations
Color information
#344C59 (or 0x344C59) is known color: Atomic. HEX triplet: 34, 4C and 59. RGB value is (52,76,89). Sum of RGB (Red+Green+Blue) = 52+76+89=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #344C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C59 is #CBB3A6. Grayscale: #464646. Windows color (decimal): -13349799 or 5852212. OLE color: 5852212.
HSL color Cylindrical-coordinate representation of color #344C59: hue angle of 201.08º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #344C59 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 76 | 89 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.65 |
| HSL | 201.08º | 0.26% | 0.28% | - |
| HSV(B) | 201.08º | 0.42% | 0.35% | - |
| XYZ | 5.8 | 6.62 | 10.42 | - |
| YUV | 70.31 | 138.55 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 89 | 0.42 | 0.15 | 0 | 0.65 | 201.08 | 0.26 | 0.28 |
| Hex | 34 | 4C | 59 | 2A | F | 0 | 41 | C9 | 1A | 1C |
| Octal | 64 | 114 | 131 | 52 | 17 | 0 | 101 | 311 | 32 | 34 |
| Binary | 110100 | 1001100 | 1011001 | 101010 | 1111 | 0 | 1000001 | 11001001 | 11010 | 11100 |
Color Harmonies of #344C59
Complementary color
Monochromatic Colors of #344C59
Black with #344C59
Text Example
Text Example
White with #344C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344C59; }
p { color: rgb(52,76,89); }
H1.HeaderClassName
{
color: #344C59;
}
.AnyTagClassName
{
color: #344C59;
}
</style>
background-color css
<style>
a { background-color: #344C59; }
a { background-color: rgb(52,76,89); }
div.DivClassName
{
background-color: #344C59;
}
.BgClassName
{
background-color: #344C59;
}
</style>
border-color css
<style>
span { border-color: #344C59; }
span { border-color: rgb(52,76,89); }
td.TdClassName
{
border-color: #344C59;
}
.TagClassName
{
border-color: #344C59;
}
</style>