#394e7e

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

Shades of Fun Blue #394E7E

Tints of Fun Blue #394E7E

Color information

#394E7E (or 0x394E7E) is unknown color: approx Fun Blue. HEX triplet: 39, 4E and 7E. RGB value is (57,78,126). Sum of RGB (Red+Green+Blue) = 57+78+126=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #394E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394E7E is #C6B181. Grayscale: #4C4C4C. Windows color (decimal): -13021570 or 8277561. OLE color: 8277561.

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

Color convert

RGB5778126-
CMYK0.550.3800.51
HSL221.74º37.7%35.88%-
HSV(B)221.74º54.76%49.41%-
XYZ8.187.8220.82-
YUV77.19155.54113.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.84%
GREEN value IS 78 (30.86% from 255) = 29.89%
BLUE value IS 126 (49.61% from 255) = 48.28%
R=21.84%
G=29.89%
B=48.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57781260.550.3800.51221.7437.735.88
Hex394E7E3726033de2624
Octal7111617667460633364644
Binary11100110011101111110110111100110011001111011110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394e7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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