#394B53

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

Shades of Atomic #394B53

Tints of Atomic #394B53

Color information

#394B53 (or 0x394B53) is unknown color: approx Atomic. HEX triplet: 39, 4B and 53. RGB value is (57,75,83). Sum of RGB (Red+Green+Blue) = 57+75+83=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #394B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394B53 is #C6B4AC. Grayscale: #464646. Windows color (decimal): -13022381 or 5458745. OLE color: 5458745.

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

Color convert

RGB577583-
CMYK0.310.1000.67
HSL198.46º18.57%27.45%-
HSV(B)198.46º31.33%32.55%-
XYZ5.766.539.14-
YUV70.53135.04118.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.51%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=26.51%
G=34.88%
B=38.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5775830.310.1000.67198.4618.5727.45
Hex394B531FA043c6131b
Octal71113123371201033062333
Binary1110011001011101001111111101001000011110001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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