#394072

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

Shades of Torea Bay #394072

Tints of Torea Bay #394072

Color information

#394072 (or 0x394072) is unknown color: approx Torea Bay. HEX triplet: 39, 40 and 72. RGB value is (57,64,114). Sum of RGB (Red+Green+Blue) = 57+64+114=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #394072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394072 is #C6BF8D. Grayscale: #434343. Windows color (decimal): -13025166 or 7487545. OLE color: 7487545.

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

Color convert

RGB5764114-
CMYK0.500.4400.55
HSL232.63º33.33%33.53%-
HSV(B)232.63º50%44.71%-
XYZ6.565.7516.68-
YUV67.61154.18120.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 64 (25.39% from 255) = 27.23%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=24.26%
G=27.23%
B=48.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57641140.500.4400.55232.6333.3333.53
Hex394072322C037e92122
Octal7110016262540673514142
Binary11100110000001110010110010101100011011111101001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394072; }

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

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

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

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

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

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

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

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