Shades of Atomic #344B58
Tints of Atomic #344B58
RGB
CMYK
RGB Variations
Color information
#344B58 (or 0x344B58) is known color: Atomic. HEX triplet: 34, 4B and 58. RGB value is (52,75,88). Sum of RGB (Red+Green+Blue) = 52+75+88=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 88 - color contains mainly: blue. Hex color #344B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B58 is #CBB4A7. Grayscale: #454545. Windows color (decimal): -13350056 or 5786420. OLE color: 5786420.
HSL color Cylindrical-coordinate representation of color #344B58: hue angle of 201.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #344B58 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 75 | 88 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.65 |
| HSL | 201.67º | 0.26% | 0.27% | - |
| HSV(B) | 201.67º | 0.41% | 0.35% | - |
| XYZ | 5.69 | 6.47 | 10.18 | - |
| YUV | 69.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 88 | 0.41 | 0.15 | 0 | 0.65 | 201.67 | 0.26 | 0.27 |
| Hex | 34 | 4B | 58 | 29 | F | 0 | 41 | CA | 1A | 1B |
| Octal | 64 | 113 | 130 | 51 | 17 | 0 | 101 | 312 | 32 | 33 |
| Binary | 110100 | 1001011 | 1011000 | 101001 | 1111 | 0 | 1000001 | 11001010 | 11010 | 11011 |
Color Harmonies of #344B58
Complementary color
Monochromatic Colors of #344B58
Black with #344B58
Text Example
Text Example
White with #344B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344B58; }
p { color: rgb(52,75,88); }
H1.HeaderClassName
{
color: #344B58;
}
.AnyTagClassName
{
color: #344B58;
}
</style>
background-color css
<style>
a { background-color: #344B58; }
a { background-color: rgb(52,75,88); }
div.DivClassName
{
background-color: #344B58;
}
.BgClassName
{
background-color: #344B58;
}
</style>
border-color css
<style>
span { border-color: #344B58; }
span { border-color: rgb(52,75,88); }
td.TdClassName
{
border-color: #344B58;
}
.TagClassName
{
border-color: #344B58;
}
</style>