#394F7A

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

Shades of Fun Blue #394F7A

Tints of Fun Blue #394F7A

Color information

#394F7A (or 0x394F7A) is unknown color: approx Fun Blue. HEX triplet: 39, 4F and 7A. RGB value is (57,79,122). Sum of RGB (Red+Green+Blue) = 57+79+122=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #394F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #394F7A is #C6B085. Grayscale: #4D4D4D. Windows color (decimal): -13021318 or 8015673. OLE color: 8015673.

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

Color convert

RGB5779122-
CMYK0.530.3500.52
HSL219.69º36.31%35.1%-
HSV(B)219.69º53.28%47.84%-
XYZ87.8719.51-
YUV77.32153.21113.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 79 (31.25% from 255) = 30.62%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=22.09%
G=30.62%
B=47.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57791220.530.3500.52219.6936.3135.1
Hex394F7A3523034dc2423
Octal7111717265430643344443
Binary11100110011111111010110101100011011010011011100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,79,122); }

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

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

 a { background-color: rgb(57,79,122); }

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

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

 span { border-color: rgb(57,79,122); }

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