#394E7F

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

Shades of Fun Blue #394E7F

Tints of Fun Blue #394E7F

Color information

#394E7F (or 0x394E7F) is unknown color: approx Fun Blue. HEX triplet: 39, 4E and 7F. RGB value is (57,78,127). Sum of RGB (Red+Green+Blue) = 57+78+127=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #394E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E7F is #C6B180. Grayscale: #4D4D4D. Windows color (decimal): -13021569 or 8343097. OLE color: 8343097.

HSL color Cylindrical-coordinate representation of color #394E7F: hue angle of 222º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #394E7F is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5778127-
CMYK0.550.3900.50
HSL222º38.04%36.08%-
HSV(B)222º55.12%49.8%-
XYZ8.247.8521.16-
YUV77.31156.04113.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 78 (30.86% from 255) = 29.77%
BLUE value IS 127 (50% from 255) = 48.47%
R=21.76%
G=29.77%
B=48.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57781270.550.3900.5022238.0436.08
Hex394E7F3727032de2624
Octal7111617767470623364644
Binary11100110011101111111110111100111011001011011110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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