#394C50

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

Shades of Atomic #394C50

Tints of Atomic #394C50

Color information

#394C50 (or 0x394C50) is unknown color: approx Atomic. HEX triplet: 39, 4C and 50. RGB value is (57,76,80). Sum of RGB (Red+Green+Blue) = 57+76+80=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #394C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C50 is #C6B3AF. Grayscale: #464646. Windows color (decimal): -13022128 or 5262393. OLE color: 5262393.

HSL color Cylindrical-coordinate representation of color #394C50: hue angle of 190.43º 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 #394C50 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB577680-
CMYK0.290.0500.69
HSL190.43º16.79%26.86%-
HSV(B)190.43º28.75%31.37%-
XYZ5.726.628.57-
YUV70.77133.21118.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 76 (30.08% from 255) = 35.68%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=26.76%
G=35.68%
B=37.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5776800.290.0500.69190.4316.7926.86
Hex394C501D5045be111b
Octal7111412035501052762133
Binary111001100110010100001110110101000101101111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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