#394747

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

Shades of Blue Dianne #394747

Tints of Blue Dianne #394747

Color information

#394747 (or 0x394747) is unknown color: approx Blue Dianne. HEX triplet: 39, 47 and 47. RGB value is (57,71,71). Sum of RGB (Red+Green+Blue) = 57+71+71=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #394747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394747 is #C6B8B8. Grayscale: #424242. Windows color (decimal): -13023417 or 4671289. OLE color: 4671289.

HSL color Cylindrical-coordinate representation of color #394747: hue angle of 180º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #394747 is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB577171-
CMYK0.20000.72
HSL180º10.94%25.1%-
HSV(B)180º19.72%27.84%-
XYZ5.085.836.82-
YUV66.81130.36121-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 71 (28.12% from 255) = 35.68%
R=28.64%
G=35.68%
B=35.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5771710.20000.7218010.9425.1
Hex394747140048b4b19
Octal7110710724001102641331
Binary111001100011110001111010000100100010110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394747; }

 p { color: rgb(57,71,71); }

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

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

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

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

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

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

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