#394D59

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

Shades of Atomic #394D59

Tints of Atomic #394D59

Color information

#394D59 (or 0x394D59) is unknown color: approx Atomic. HEX triplet: 39, 4D and 59. RGB value is (57,77,89). Sum of RGB (Red+Green+Blue) = 57+77+89=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #394D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D59 is #C6B2A6. Grayscale: #484848. Windows color (decimal): -13021863 or 5852473. OLE color: 5852473.

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

Color convert

RGB577789-
CMYK0.360.1300.65
HSL202.5º21.92%28.63%-
HSV(B)202.5º35.96%34.9%-
XYZ6.146.910.46-
YUV72.39137.37117.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 77 (30.47% from 255) = 34.53%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=25.56%
G=34.53%
B=39.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5777890.360.1300.65202.521.9228.63
Hex394D5924D041ca161d
Octal71115131441501013122635
Binary11100110011011011001100100110101000001110010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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