#394D79

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

Shades of Fun Blue #394D79

Tints of Fun Blue #394D79

Color information

#394D79 (or 0x394D79) is unknown color: approx Fun Blue. HEX triplet: 39, 4D and 79. RGB value is (57,77,121). Sum of RGB (Red+Green+Blue) = 57+77+121=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #394D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D79 is #C6B286. Grayscale: #4B4B4B. Windows color (decimal): -13021831 or 7949625. OLE color: 7949625.

HSL color Cylindrical-coordinate representation of color #394D79: hue angle of 221.25º 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 #394D79 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5777121-
CMYK0.530.3600.53
HSL221.25º35.96%34.9%-
HSV(B)221.25º52.89%47.45%-
XYZ7.797.5619.14-
YUV76.04153.37114.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.35%
GREEN value IS 77 (30.47% from 255) = 30.20%
BLUE value IS 121 (47.66% from 255) = 47.45%
R=22.35%
G=30.20%
B=47.45%

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
Decimal57771210.530.3600.53221.2535.9634.9
Hex394D793524035dd2423
Octal7111517165440653354443
Binary11100110011011111001110101100100011010111011101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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