#344D58

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

Shades of Atomic #344D58

Tints of Atomic #344D58

Color information

#344D58 (or 0x344D58) is unknown color: approx Atomic. HEX triplet: 34, 4D and 58. RGB value is (52,77,88). Sum of RGB (Red+Green+Blue) = 52+77+88=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #344D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D58 is #CBB2A7. Grayscale: #464646. Windows color (decimal): -13349544 or 5786932. OLE color: 5786932.

HSL color Cylindrical-coordinate representation of color #344D58: hue angle of 198.33º 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 #344D58 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB527788-
CMYK0.410.1200.65
HSL198.33º25.71%27.45%-
HSV(B)198.33º40.91%34.51%-
XYZ5.836.7410.23-
YUV70.78137.72114.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 77 (30.47% from 255) = 35.48%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=23.96%
G=35.48%
B=40.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5277880.410.1200.65198.3325.7127.45
Hex344D5829C041c61a1b
Octal64115130511401013063233
Binary11010010011011011000101001110001000001110001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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