#394A4F

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

Shades of Atomic #394A4F

Tints of Atomic #394A4F

Color information

#394A4F (or 0x394A4F) is unknown color: approx Atomic. HEX triplet: 39, 4A and 4F. RGB value is (57,74,79). Sum of RGB (Red+Green+Blue) = 57+74+79=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 79 - color contains mainly: blue. Hex color #394A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A4F is #C6B5B0. Grayscale: #454545. Windows color (decimal): -13022641 or 5196345. OLE color: 5196345.

HSL color Cylindrical-coordinate representation of color #394A4F: hue angle of 193.64º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #394A4F is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB577479-
CMYK0.280.0600.69
HSL193.64º16.18%26.67%-
HSV(B)193.64º27.85%30.98%-
XYZ5.556.338.33-
YUV69.49133.37119.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 74 (29.30% from 255) = 35.24%
BLUE value IS 79 (31.25% from 255) = 37.62%
R=27.14%
G=35.24%
B=37.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5774790.280.0600.69193.6416.1826.67
Hex394A4F1C6045c2101b
Octal7111211734601053022033
Binary111001100101010011111110011001000101110000101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,74,79); }

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

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

 a { background-color: rgb(57,74,79); }

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

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

 span { border-color: rgb(57,74,79); }

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