#344D57

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

Shades of Atomic #344D57

Tints of Atomic #344D57

Color information

#344D57 (or 0x344D57) is unknown color: approx Atomic. HEX triplet: 34, 4D and 57. RGB value is (52,77,87). Sum of RGB (Red+Green+Blue) = 52+77+87=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 87 - color contains mainly: blue. Hex color #344D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D57 is #CBB2A8. Grayscale: #464646. Windows color (decimal): -13349545 or 5721396. OLE color: 5721396.

HSL color Cylindrical-coordinate representation of color #344D57: hue angle of 197.14º 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 #344D57 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB527787-
CMYK0.400.1100.66
HSL197.14º25.18%27.25%-
HSV(B)197.14º40.23%34.12%-
XYZ5.796.7310.01-
YUV70.67137.22114.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 77 (30.47% from 255) = 35.65%
BLUE value IS 87 (34.38% from 255) = 40.28%
R=24.07%
G=35.65%
B=40.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5277870.400.1100.66197.1425.1827.25
Hex344D5728B042c5191b
Octal64115127501301023053133
Binary11010010011011010111101000101101000010110001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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