#393F76

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

Shades of Torea Bay #393F76

Tints of Torea Bay #393F76

Color information

#393F76 (or 0x393F76) is unknown color: approx Torea Bay. HEX triplet: 39, 3F and 76. RGB value is (57,63,118). Sum of RGB (Red+Green+Blue) = 57+63+118=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #393F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F76 is #C6C089. Grayscale: #434343. Windows color (decimal): -13025418 or 7749433. OLE color: 7749433.

HSL color Cylindrical-coordinate representation of color #393F76: hue angle of 234.1º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #393F76 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5763118-
CMYK0.520.4700.54
HSL234.1º34.86%34.31%-
HSV(B)234.1º51.69%46.27%-
XYZ6.735.7317.89-
YUV67.48156.51120.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 63 (25% from 255) = 26.47%
BLUE value IS 118 (46.48% from 255) = 49.58%
R=23.95%
G=26.47%
B=49.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57631180.520.4700.54234.134.8634.31
Hex393F76342F036ea2322
Octal717716664570663524342
Binary1110011111111110110110100101111011011011101010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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