#394951

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

Shades of Atomic #394951

Tints of Atomic #394951

Color information

#394951 (or 0x394951) is unknown color: approx Atomic. HEX triplet: 39, 49 and 51. RGB value is (57,73,81). Sum of RGB (Red+Green+Blue) = 57+73+81=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 81 - color contains mainly: blue. Hex color #394951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394951 is #C6B6AE. Grayscale: #454545. Windows color (decimal): -13022895 or 5327161. OLE color: 5327161.

HSL color Cylindrical-coordinate representation of color #394951: hue angle of 200º 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 #394951 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB577381-
CMYK0.300.1000.68
HSL200º17.39%27.06%-
HSV(B)200º29.63%31.76%-
XYZ5.566.238.69-
YUV69.13134.7119.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 81 (32.03% from 255) = 38.39%
R=27.01%
G=34.60%
B=38.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5773810.300.1000.6820017.3927.06
Hex3949511EA044c8111b
Octal71111121361201043102133
Binary1110011001001101000111110101001000100110010001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394951; }

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

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

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

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

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

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

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

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