Shades of Atomic #344754
Tints of Atomic #344754
RGB
CMYK
RGB Variations
Color information
#344754 (or 0x344754) is known color: Atomic. HEX triplet: 34, 47 and 54. RGB value is (52,71,84). Sum of RGB (Red+Green+Blue) = 52+71+84=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 84 - color contains mainly: blue. Hex color #344754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344754 is #CBB8AB. Grayscale: #424242. Windows color (decimal): -13351084 or 5523252. OLE color: 5523252.
HSL color Cylindrical-coordinate representation of color #344754: hue angle of 204.38º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #344754 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 71 | 84 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.67 |
| HSL | 204.38º | 0.24% | 0.27% | - |
| HSV(B) | 204.38º | 0.38% | 0.33% | - |
| XYZ | 5.27 | 5.88 | 9.24 | - |
| YUV | 66.8 | 137.71 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 84 | 0.38 | 0.15 | 0 | 0.67 | 204.38 | 0.24 | 0.27 |
| Hex | 34 | 47 | 54 | 26 | F | 0 | 43 | CC | 18 | 1B |
| Octal | 64 | 107 | 124 | 46 | 17 | 0 | 103 | 314 | 30 | 33 |
| Binary | 110100 | 1000111 | 1010100 | 100110 | 1111 | 0 | 1000011 | 11001100 | 11000 | 11011 |
Color Harmonies of #344754
Complementary color
Monochromatic Colors of #344754
Black with #344754
Text Example
Text Example
White with #344754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344754; }
p { color: rgb(52,71,84); }
H1.HeaderClassName
{
color: #344754;
}
.AnyTagClassName
{
color: #344754;
}
</style>
background-color css
<style>
a { background-color: #344754; }
a { background-color: rgb(52,71,84); }
div.DivClassName
{
background-color: #344754;
}
.BgClassName
{
background-color: #344754;
}
</style>
border-color css
<style>
span { border-color: #344754; }
span { border-color: rgb(52,71,84); }
td.TdClassName
{
border-color: #344754;
}
.TagClassName
{
border-color: #344754;
}
</style>