#394073

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

Shades of Torea Bay #394073

Tints of Torea Bay #394073

Color information

#394073 (or 0x394073) is unknown color: approx Torea Bay. HEX triplet: 39, 40 and 73. RGB value is (57,64,115). Sum of RGB (Red+Green+Blue) = 57+64+115=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #394073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394073 is #C6BF8C. Grayscale: #434343. Windows color (decimal): -13025165 or 7553081. OLE color: 7553081.

HSL color Cylindrical-coordinate representation of color #394073: hue angle of 232.76º degrees, saturation: 0.34, 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 #394073 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5764115-
CMYK0.500.4400.55
HSL232.76º33.72%33.73%-
HSV(B)232.76º50.43%45.1%-
XYZ6.625.7716.99-
YUV67.72154.68120.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.15%
GREEN value IS 64 (25.39% from 255) = 27.12%
BLUE value IS 115 (45.31% from 255) = 48.73%
R=24.15%
G=27.12%
B=48.73%

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
Decimal57641150.500.4400.55232.7633.7233.73
Hex394073322C037e92222
Octal7110016362540673514242
Binary11100110000001110011110010101100011011111101001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394073; }

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

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

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

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

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

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

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

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