#394A51

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

Shades of Atomic #394A51

Tints of Atomic #394A51

Color information

#394A51 (or 0x394A51) is unknown color: approx Atomic. HEX triplet: 39, 4A and 51. RGB value is (57,74,81). Sum of RGB (Red+Green+Blue) = 57+74+81=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 81 - color contains mainly: blue. Hex color #394A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A51 is #C6B5AE. Grayscale: #454545. Windows color (decimal): -13022639 or 5327417. OLE color: 5327417.

HSL color Cylindrical-coordinate representation of color #394A51: hue angle of 197.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #394A51 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB577481-
CMYK0.300.0900.68
HSL197.5º17.39%27.06%-
HSV(B)197.5º29.63%31.76%-
XYZ5.626.368.72-
YUV69.71134.37118.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 74 (29.30% from 255) = 34.91%
BLUE value IS 81 (32.03% from 255) = 38.21%
R=26.89%
G=34.91%
B=38.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5774810.300.0900.68197.517.3927.06
Hex394A511E9044c5111b
Octal71112121361101043052133
Binary1110011001010101000111110100101000100110001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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