Shades of Atomic #344B53
Tints of Atomic #344B53
RGB
CMYK
RGB Variations
Color information
#344B53 (or 0x344B53) is known color: Atomic. HEX triplet: 34, 4B and 53. RGB value is (52,75,83). Sum of RGB (Red+Green+Blue) = 52+75+83=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #344B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B53 is #CBB4AC. Grayscale: #444444. Windows color (decimal): -13350061 or 5458740. OLE color: 5458740.
HSL color Cylindrical-coordinate representation of color #344B53: hue angle of 195.48º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #344B53 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 75 | 83 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.67 |
| HSL | 195.48º | 0.23% | 0.26% | - |
| HSV(B) | 195.48º | 0.37% | 0.33% | - |
| XYZ | 5.49 | 6.39 | 9.13 | - |
| YUV | 69.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 83 | 0.37 | 0.10 | 0 | 0.67 | 195.48 | 0.23 | 0.26 |
| Hex | 34 | 4B | 53 | 25 | A | 0 | 43 | C3 | 17 | 1A |
| Octal | 64 | 113 | 123 | 45 | 12 | 0 | 103 | 303 | 27 | 32 |
| Binary | 110100 | 1001011 | 1010011 | 100101 | 1010 | 0 | 1000011 | 11000011 | 10111 | 11010 |
Color Harmonies of #344B53
Complementary color
Monochromatic Colors of #344B53
Black with #344B53
Text Example
Text Example
White with #344B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344B53; }
p { color: rgb(52,75,83); }
H1.HeaderClassName
{
color: #344B53;
}
.AnyTagClassName
{
color: #344B53;
}
</style>
background-color css
<style>
a { background-color: #344B53; }
a { background-color: rgb(52,75,83); }
div.DivClassName
{
background-color: #344B53;
}
.BgClassName
{
background-color: #344B53;
}
</style>
border-color css
<style>
span { border-color: #344B53; }
span { border-color: rgb(52,75,83); }
td.TdClassName
{
border-color: #344B53;
}
.TagClassName
{
border-color: #344B53;
}
</style>