#394A53

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

Shades of Atomic #394A53

Tints of Atomic #394A53

Color information

#394A53 (or 0x394A53) is unknown color: approx Atomic. HEX triplet: 39, 4A and 53. RGB value is (57,74,83). Sum of RGB (Red+Green+Blue) = 57+74+83=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #394A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A53 is #C6B5AC. Grayscale: #454545. Windows color (decimal): -13022637 or 5458489. OLE color: 5458489.

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

Color convert

RGB577483-
CMYK0.310.1100.67
HSL200.77º18.57%27.45%-
HSV(B)200.77º31.33%32.55%-
XYZ5.76.399.12-
YUV69.94135.37118.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 83 (32.81% from 255) = 38.79%
R=26.64%
G=34.58%
B=38.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5774830.310.1100.67200.7718.5727.45
Hex394A531FB043c9131b
Octal71112123371301033112333
Binary1110011001010101001111111101101000011110010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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