#394E78

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

Shades of Fun Blue #394E78

Tints of Fun Blue #394E78

Color information

#394E78 (or 0x394E78) is unknown color: approx Fun Blue. HEX triplet: 39, 4E and 78. RGB value is (57,78,120). Sum of RGB (Red+Green+Blue) = 57+78+120=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 120 (47.27% from 255 or 47.06% from 255); Max value from RGB is 120 - color contains mainly: blue. Hex color #394E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E78 is #C6B187. Grayscale: #4C4C4C. Windows color (decimal): -13021576 or 7884345. OLE color: 7884345.

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

Color convert

RGB5778120-
CMYK0.520.3500.53
HSL220º35.59%34.71%-
HSV(B)220º52.5%47.06%-
XYZ7.87.6718.84-
YUV76.51152.54114.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.35%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 120 (47.27% from 255) = 47.06%
R=22.35%
G=30.59%
B=47.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57781200.520.3500.5322035.5934.71
Hex394E783423035dc2423
Octal7111617064430653344443
Binary11100110011101111000110100100011011010111011100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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