#394D54

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

Shades of Atomic #394D54

Tints of Atomic #394D54

Color information

#394D54 (or 0x394D54) is unknown color: approx Atomic. HEX triplet: 39, 4D and 54. RGB value is (57,77,84). Sum of RGB (Red+Green+Blue) = 57+77+84=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 84 - color contains mainly: blue. Hex color #394D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D54 is #C6B2AB. Grayscale: #474747. Windows color (decimal): -13021868 or 5524793. OLE color: 5524793.

HSL color Cylindrical-coordinate representation of color #394D54: hue angle of 195.56º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #394D54 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB577784-
CMYK0.320.0800.67
HSL195.56º19.15%27.65%-
HSV(B)195.56º32.14%32.94%-
XYZ5.946.829.39-
YUV71.82134.87117.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 77 (30.47% from 255) = 35.32%
BLUE value IS 84 (33.20% from 255) = 38.53%
R=26.15%
G=35.32%
B=38.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5777840.320.0800.67195.5619.1527.65
Hex394D54208043c4131c
Octal71115124401001033042334
Binary11100110011011010100100000100001000011110001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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