#394B4A

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

Shades of Blue Dianne #394B4A

Tints of Blue Dianne #394B4A

Color information

#394B4A (or 0x394B4A) is unknown color: approx Blue Dianne. HEX triplet: 39, 4B and 4A. RGB value is (57,75,74). Sum of RGB (Red+Green+Blue) = 57+75+74=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 75 - color contains mainly: green. Hex color #394B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394B4A is #C6B4B5. Grayscale: #454545. Windows color (decimal): -13022390 or 4868921. OLE color: 4868921.

HSL color Cylindrical-coordinate representation of color #394B4A: hue angle of 176.67º 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 #394B4A is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB577574-
CMYK0.2400.010.71
HSL176.67º13.64%25.88%-
HSV(B)176.67º24%29.41%-
XYZ5.446.47.43-
YUV69.5130.54119.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=27.67%
G=36.41%
B=35.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5775740.2400.010.71176.6713.6425.88
Hex394B4A180147b1e1a
Octal7111311230011072611632
Binary111001100101110010101100001100011110110001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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