#394A54

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

Shades of Atomic #394A54

Tints of Atomic #394A54

Color information

#394A54 (or 0x394A54) is unknown color: approx Atomic. HEX triplet: 39, 4A and 54. RGB value is (57,74,84). Sum of RGB (Red+Green+Blue) = 57+74+84=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #394A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A54 is #C6B5AB. Grayscale: #454545. Windows color (decimal): -13022636 or 5524025. OLE color: 5524025.

HSL color Cylindrical-coordinate representation of color #394A54: hue angle of 202.22º 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 #394A54 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB577484-
CMYK0.320.1200.67
HSL202.22º19.15%27.65%-
HSV(B)202.22º32.14%32.94%-
XYZ5.746.419.32-
YUV70.06135.87118.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.51%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=26.51%
G=34.42%
B=39.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5774840.320.1200.67202.2219.1527.65
Hex394A5420C043ca131c
Octal71112124401401033122334
Binary11100110010101010100100000110001000011110010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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