#393F79

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

Shades of Torea Bay #393F79

Tints of Torea Bay #393F79

Color information

#393F79 (or 0x393F79) is unknown color: approx Torea Bay. HEX triplet: 39, 3F and 79. RGB value is (57,63,121). Sum of RGB (Red+Green+Blue) = 57+63+121=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #393F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F79 is #C6C086. Grayscale: #434343. Windows color (decimal): -13025415 or 7946041. OLE color: 7946041.

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

Color convert

RGB5763121-
CMYK0.530.4800.53
HSL234.38º35.96%34.9%-
HSV(B)234.38º52.89%47.45%-
XYZ6.925.8118.85-
YUV67.82158.01120.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 63 (25% from 255) = 26.14%
BLUE value IS 121 (47.66% from 255) = 50.21%
R=23.65%
G=26.14%
B=50.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57631210.530.4800.53234.3835.9634.9
Hex393F793530035ea2423
Octal717717165600653524443
Binary1110011111111111001110101110000011010111101010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393F79; }

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

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

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

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

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

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

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

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