Shades of Atomic #344B54
Tints of Atomic #344B54
RGB
CMYK
RGB Variations
Color information
#344B54 (or 0x344B54) is known color: Atomic. HEX triplet: 34, 4B and 54. RGB value is (52,75,84). Sum of RGB (Red+Green+Blue) = 52+75+84=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 84 - color contains mainly: blue. Hex color #344B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B54 is #CBB4AB. Grayscale: #454545. Windows color (decimal): -13350060 or 5524276. OLE color: 5524276.
HSL color Cylindrical-coordinate representation of color #344B54: hue angle of 196.88º 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 #344B54 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 75 | 84 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.67 |
| HSL | 196.88º | 0.24% | 0.27% | - |
| HSV(B) | 196.88º | 0.38% | 0.33% | - |
| XYZ | 5.53 | 6.4 | 9.33 | - |
| YUV | 69.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 84 | 0.38 | 0.11 | 0 | 0.67 | 196.88 | 0.24 | 0.27 |
| Hex | 34 | 4B | 54 | 26 | B | 0 | 43 | C5 | 18 | 1B |
| Octal | 64 | 113 | 124 | 46 | 13 | 0 | 103 | 305 | 30 | 33 |
| Binary | 110100 | 1001011 | 1010100 | 100110 | 1011 | 0 | 1000011 | 11000101 | 11000 | 11011 |
Color Harmonies of #344B54
Complementary color
Monochromatic Colors of #344B54
Black with #344B54
Text Example
Text Example
White with #344B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344B54; }
p { color: rgb(52,75,84); }
H1.HeaderClassName
{
color: #344B54;
}
.AnyTagClassName
{
color: #344B54;
}
</style>
background-color css
<style>
a { background-color: #344B54; }
a { background-color: rgb(52,75,84); }
div.DivClassName
{
background-color: #344B54;
}
.BgClassName
{
background-color: #344B54;
}
</style>
border-color css
<style>
span { border-color: #344B54; }
span { border-color: rgb(52,75,84); }
td.TdClassName
{
border-color: #344B54;
}
.TagClassName
{
border-color: #344B54;
}
</style>