#394079

Color #394079 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #394079

Tints of Torea Bay #394079

Color information

#394079 (or 0x394079) is unknown color: approx Torea Bay. HEX triplet: 39, 40 and 79. RGB value is (57,64,121). Sum of RGB (Red+Green+Blue) = 57+64+121=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #394079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394079 is #C6BF86. Grayscale: #444444. Windows color (decimal): -13025159 or 7946297. OLE color: 7946297.

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

Color convert

RGB5764121-
CMYK0.530.4700.53
HSL233.44º35.96%34.9%-
HSV(B)233.44º52.89%47.45%-
XYZ6.975.9218.86-
YUV68.4157.68119.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.55%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 121 (47.66% from 255) = 50%
R=23.55%
G=26.45%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57641210.530.4700.53233.4435.9634.9
Hex394079352F035e92423
Octal7110017165570653514443
Binary11100110000001111001110101101111011010111101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394079; }

 p { color: rgb(57,64,121); }

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

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

 a { background-color: rgb(57,64,121); }

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

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

 span { border-color: rgb(57,64,121); }

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