#394379

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

Shades of Torea Bay #394379

Tints of Torea Bay #394379

Color information

#394379 (or 0x394379) is unknown color: approx Torea Bay. HEX triplet: 39, 43 and 79. RGB value is (57,67,121). Sum of RGB (Red+Green+Blue) = 57+67+121=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 121 (47.66% from 255 or 49.39% from 245); Max value from RGB is 121 - color contains mainly: blue. Hex color #394379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394379 is #C6BC86. Grayscale: #454545. Windows color (decimal): -13024391 or 7947065. OLE color: 7947065.

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

Color convert

RGB5767121-
CMYK0.530.4500.53
HSL230.62º35.96%34.9%-
HSV(B)230.62º52.89%47.45%-
XYZ7.156.2618.92-
YUV70.17156.69118.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 121 (47.66% from 255) = 49.39%
R=23.27%
G=27.35%
B=49.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57671210.530.4500.53230.6235.9634.9
Hex394379352D035e72423
Octal7110317165550653474443
Binary11100110000111111001110101101101011010111100111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394379; }

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

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

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

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

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

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

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

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