#394F4C

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

Shades of Blue Dianne #394F4C

Tints of Blue Dianne #394F4C

Color information

#394F4C (or 0x394F4C) is unknown color: approx Blue Dianne. HEX triplet: 39, 4F and 4C. RGB value is (57,79,76). Sum of RGB (Red+Green+Blue) = 57+79+76=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 79 - color contains mainly: green. Hex color #394F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #394F4C is #C6B0B3. Grayscale: #484848. Windows color (decimal): -13021364 or 5001017. OLE color: 5001017.

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

Color convert

RGB577976-
CMYK0.2800.040.69
HSL171.82º16.18%26.67%-
HSV(B)171.82º27.85%30.98%-
XYZ5.796.987.88-
YUV72.08130.21117.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 79 (31.25% from 255) = 37.26%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=26.89%
G=37.26%
B=35.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5779760.2800.040.69171.8216.1826.67
Hex394F4C1C0445ac101b
Octal7111711434041052542033
Binary111001100111110011001110001001000101101011001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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