#394E79

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

Shades of Fun Blue #394E79

Tints of Fun Blue #394E79

Color information

#394E79 (or 0x394E79) is unknown color: approx Fun Blue. HEX triplet: 39, 4E and 79. RGB value is (57,78,121). Sum of RGB (Red+Green+Blue) = 57+78+121=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #394E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E79 is #C6B186. Grayscale: #4C4C4C. Windows color (decimal): -13021575 or 7949881. OLE color: 7949881.

HSL color Cylindrical-coordinate representation of color #394E79: hue angle of 220.31º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #394E79 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5778121-
CMYK0.530.3600.53
HSL220.31º35.96%34.9%-
HSV(B)220.31º52.89%47.45%-
XYZ7.867.719.16-
YUV76.62153.04114-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 121 (47.66% from 255) = 47.27%
R=22.27%
G=30.47%
B=47.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57781210.530.3600.53220.3135.9634.9
Hex394E793524035dc2423
Octal7111617165440653344443
Binary11100110011101111001110101100100011010111011100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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