#394850

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

Shades of Atomic #394850

Tints of Atomic #394850

Color information

#394850 (or 0x394850) is unknown color: approx Atomic. HEX triplet: 39, 48 and 50. RGB value is (57,72,80). Sum of RGB (Red+Green+Blue) = 57+72+80=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #394850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394850 is #C6B7AF. Grayscale: #444444. Windows color (decimal): -13023152 or 5261369. OLE color: 5261369.

HSL color Cylindrical-coordinate representation of color #394850: hue angle of 200.87º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #394850 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB577280-
CMYK0.290.1000.69
HSL200.87º16.79%26.86%-
HSV(B)200.87º28.75%31.37%-
XYZ5.456.088.48-
YUV68.43134.53119.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.27%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 80 (31.64% from 255) = 38.28%
R=27.27%
G=34.45%
B=38.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5772800.290.1000.69200.8716.7926.86
Hex3948501DA045c9111b
Octal71110120351201053112133
Binary1110011001000101000011101101001000101110010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394850; }

 p { color: rgb(57,72,80); }

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

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

 a { background-color: rgb(57,72,80); }

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

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

 span { border-color: rgb(57,72,80); }

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