#394D78

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

Shades of Fun Blue #394D78

Tints of Fun Blue #394D78

Color information

#394D78 (or 0x394D78) is unknown color: approx Fun Blue. HEX triplet: 39, 4D and 78. RGB value is (57,77,120). Sum of RGB (Red+Green+Blue) = 57+77+120=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #394D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394D78 is #C6B287. Grayscale: #4B4B4B. Windows color (decimal): -13021832 or 7884089. OLE color: 7884089.

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

Color convert

RGB5777120-
CMYK0.520.3600.53
HSL220.95º35.59%34.71%-
HSV(B)220.95º52.5%47.06%-
XYZ7.737.5318.82-
YUV75.92152.87114.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.44%
GREEN value IS 77 (30.47% from 255) = 30.31%
BLUE value IS 120 (47.27% from 255) = 47.24%
R=22.44%
G=30.31%
B=47.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57771200.520.3600.53220.9535.5934.71
Hex394D783424035dd2423
Octal7111517064440653354443
Binary11100110011011111000110100100100011010111011101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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