#344D56

Color #344D56 Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #344D56

Tints of Atomic #344D56

Color information

#344D56 (or 0x344D56) is unknown color: approx Atomic. HEX triplet: 34, 4D and 56. RGB value is (52,77,86). Sum of RGB (Red+Green+Blue) = 52+77+86=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 86 - color contains mainly: blue. Hex color #344D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D56 is #CBB2A9. Grayscale: #464646. Windows color (decimal): -13349546 or 5655860. OLE color: 5655860.

HSL color Cylindrical-coordinate representation of color #344D56: hue angle of 195.88º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #344D56 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB527786-
CMYK0.400.1000.66
HSL195.88º24.64%27.06%-
HSV(B)195.88º39.53%33.73%-
XYZ5.756.719.8-
YUV70.55136.72114.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 77 (30.47% from 255) = 35.81%
BLUE value IS 86 (33.98% from 255) = 40%
R=24.19%
G=35.81%
B=40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5277860.400.1000.66195.8824.6427.06
Hex344D5628A042c4191b
Octal64115126501201023043133
Binary11010010011011010110101000101001000010110001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344D56; }

 p { color: rgb(52,77,86); }

 H1.HeaderClassName
 {
   color: #344D56;
 }
 .AnyTagClassName
 {
   color: #344D56;
 }
</style>
background-color css

<style>
 a { background-color: #344D56; }

 a { background-color: rgb(52,77,86); }

 div.DivClassName
 {
   background-color: #344D56;
 }
 .BgClassName
 {
   background-color: #344D56;
 }
</style>
border-color css

<style>
 span { border-color: #344D56; }

 span { border-color: rgb(52,77,86); }

 td.TdClassName
 {
   border-color: #344D56;
 }
 .TagClassName
 {
   border-color: #344D56;
 }
</style>