#394C7C

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

Shades of Fun Blue #394C7C

Tints of Fun Blue #394C7C

Color information

#394C7C (or 0x394C7C) is unknown color: approx Fun Blue. HEX triplet: 39, 4C and 7C. RGB value is (57,76,124). Sum of RGB (Red+Green+Blue) = 57+76+124=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #394C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C7C is #C6B383. Grayscale: #4B4B4B. Windows color (decimal): -13022084 or 8145977. OLE color: 8145977.

HSL color Cylindrical-coordinate representation of color #394C7C: hue angle of 222.99º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #394C7C is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5776124-
CMYK0.540.3900.51
HSL222.99º37.02%35.49%-
HSV(B)222.99º54.03%48.63%-
XYZ7.917.4920.1-
YUV75.79155.21114.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.18%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 124 (48.83% from 255) = 48.25%
R=22.18%
G=29.57%
B=48.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57761240.540.3900.51222.9937.0235.49
Hex394C7C3627033df2523
Octal7111417466470633374543
Binary11100110011001111100110110100111011001111011111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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