#394E4E

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

Shades of Blue Dianne #394E4E

Tints of Blue Dianne #394E4E

Color information

#394E4E (or 0x394E4E) is unknown color: approx Blue Dianne. HEX triplet: 39, 4E and 4E. RGB value is (57,78,78). Sum of RGB (Red+Green+Blue) = 57+78+78=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 78 - color contains mainly: green, blue. Hex color #394E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E4E is #C6B1B1. Grayscale: #474747. Windows color (decimal): -13021618 or 5131833. OLE color: 5131833.

HSL color Cylindrical-coordinate representation of color #394E4E: hue angle of 180º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #394E4E is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB577878-
CMYK0.27000.69
HSL180º15.56%26.47%-
HSV(B)180º26.92%30.59%-
XYZ5.796.878.23-
YUV71.72131.54117.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 78 (30.86% from 255) = 36.62%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=26.76%
G=36.62%
B=36.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5778780.27000.6918015.5626.47
Hex394E4E1B0045b4101a
Octal7111611633001052642032
Binary1110011001110100111011011001000101101101001000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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