#344D59

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

Shades of Atomic #344D59

Tints of Atomic #344D59

Color information

#344D59 (or 0x344D59) is unknown color: approx Atomic. HEX triplet: 34, 4D and 59. RGB value is (52,77,89). Sum of RGB (Red+Green+Blue) = 52+77+89=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #344D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D59 is #CBB2A6. Grayscale: #464646. Windows color (decimal): -13349543 or 5852468. OLE color: 5852468.

HSL color Cylindrical-coordinate representation of color #344D59: hue angle of 199.46º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #344D59 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB527789-
CMYK0.420.1300.65
HSL199.46º26.24%27.65%-
HSV(B)199.46º41.57%34.9%-
XYZ5.876.7610.45-
YUV70.89138.22114.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 77 (30.47% from 255) = 35.32%
BLUE value IS 89 (35.16% from 255) = 40.83%
R=23.85%
G=35.32%
B=40.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5277890.420.1300.65199.4626.2427.65
Hex344D592AD041c71a1c
Octal64115131521501013073234
Binary11010010011011011001101010110101000001110001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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