#394B49

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

Shades of Blue Dianne #394B49

Tints of Blue Dianne #394B49

Color information

#394B49 (or 0x394B49) is unknown color: approx Blue Dianne. HEX triplet: 39, 4B and 49. RGB value is (57,75,73). Sum of RGB (Red+Green+Blue) = 57+75+73=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 75 - color contains mainly: green. Hex color #394B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394B49 is #C6B4B6. Grayscale: #454545. Windows color (decimal): -13022391 or 4803385. OLE color: 4803385.

HSL color Cylindrical-coordinate representation of color #394B49: hue angle of 173.33º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #394B49 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB577573-
CMYK0.2400.030.71
HSL173.33º13.64%25.88%-
HSV(B)173.33º24%29.41%-
XYZ5.416.387.25-
YUV69.39130.04119.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 75 (29.69% from 255) = 36.59%
BLUE value IS 73 (28.91% from 255) = 35.61%
R=27.80%
G=36.59%
B=35.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5775730.2400.030.71173.3313.6425.88
Hex394B49180347ade1a
Octal7111311130031072551632
Binary1110011001011100100111000011100011110101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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