#394071

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

Shades of Torea Bay #394071

Tints of Torea Bay #394071

Color information

#394071 (or 0x394071) is unknown color: approx Torea Bay. HEX triplet: 39, 40 and 71. RGB value is (57,64,113). Sum of RGB (Red+Green+Blue) = 57+64+113=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #394071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394071 is #C6BF8E. Grayscale: #434343. Windows color (decimal): -13025167 or 7422009. OLE color: 7422009.

HSL color Cylindrical-coordinate representation of color #394071: hue angle of 232.5º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #394071 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5764113-
CMYK0.500.4300.56
HSL232.5º32.94%33.33%-
HSV(B)232.5º49.56%44.31%-
XYZ6.55.7316.39-
YUV67.49153.68120.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=24.36%
G=27.35%
B=48.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57641130.500.4300.56232.532.9433.33
Hex394071322B038e82121
Octal7110016162530703504141
Binary11100110000001110001110010101011011100011101000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394071; }

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

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

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

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

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

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

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

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