#394B4F

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

Shades of Atomic #394B4F

Tints of Atomic #394B4F

Color information

#394B4F (or 0x394B4F) is unknown color: approx Atomic. HEX triplet: 39, 4B and 4F. RGB value is (57,75,79). Sum of RGB (Red+Green+Blue) = 57+75+79=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 79 - color contains mainly: blue. Hex color #394B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394B4F is #C6B4B0. Grayscale: #464646. Windows color (decimal): -13022385 or 5196601. OLE color: 5196601.

HSL color Cylindrical-coordinate representation of color #394B4F: hue angle of 190.91º 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 #394B4F is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB577579-
CMYK0.280.0500.69
HSL190.91º16.18%26.67%-
HSV(B)190.91º27.85%30.98%-
XYZ5.616.478.35-
YUV70.07133.04118.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=27.01%
G=35.55%
B=37.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5775790.280.0500.69190.9116.1826.67
Hex394B4F1C5045bf101b
Octal7111311734501052772033
Binary111001100101110011111110010101000101101111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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