#394C49

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

Shades of Blue Dianne #394C49

Tints of Blue Dianne #394C49

Color information

#394C49 (or 0x394C49) is unknown color: approx Blue Dianne. HEX triplet: 39, 4C and 49. RGB value is (57,76,73). Sum of RGB (Red+Green+Blue) = 57+76+73=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 76 - color contains mainly: green. Hex color #394C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C49 is #C6B3B6. Grayscale: #454545. Windows color (decimal): -13022135 or 4803641. OLE color: 4803641.

HSL color Cylindrical-coordinate representation of color #394C49: hue angle of 170.53º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #394C49 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB577673-
CMYK0.2500.040.70
HSL170.53º14.29%26.08%-
HSV(B)170.53º25%29.8%-
XYZ5.476.527.27-
YUV69.98129.71118.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 76 (30.08% from 255) = 36.89%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=27.67%
G=36.89%
B=35.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5776730.2500.040.70170.5314.2926.08
Hex394C49190446abe1a
Octal7111411131041062531632
Binary11100110011001001001110010100100011010101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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