#394C4A

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

Shades of Blue Dianne #394C4A

Tints of Blue Dianne #394C4A

Color information

#394C4A (or 0x394C4A) is unknown color: approx Blue Dianne. HEX triplet: 39, 4C and 4A. RGB value is (57,76,74). Sum of RGB (Red+Green+Blue) = 57+76+74=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 76 - color contains mainly: green. Hex color #394C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394C4A is #C6B3B5. Grayscale: #464646. Windows color (decimal): -13022134 or 4869177. OLE color: 4869177.

HSL color Cylindrical-coordinate representation of color #394C4A: hue angle of 173.68º 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 #394C4A is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB577674-
CMYK0.2500.030.70
HSL173.68º14.29%26.08%-
HSV(B)173.68º25%29.8%-
XYZ5.516.537.45-
YUV70.09130.21118.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 76 (30.08% from 255) = 36.71%
BLUE value IS 74 (29.30% from 255) = 35.75%
R=27.54%
G=36.71%
B=35.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5776740.2500.030.70173.6814.2926.08
Hex394C4A190346aee1a
Octal7111411231031062561632
Binary1110011001100100101011001011100011010101110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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