#393C76

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

Shades of Torea Bay #393C76

Tints of Torea Bay #393C76

Color information

#393C76 (or 0x393C76) is unknown color: approx Torea Bay. HEX triplet: 39, 3C and 76. RGB value is (57,60,118). Sum of RGB (Red+Green+Blue) = 57+60+118=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #393C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C76 is #C6C389. Grayscale: #414141. Windows color (decimal): -13026186 or 7748665. OLE color: 7748665.

HSL color Cylindrical-coordinate representation of color #393C76: hue angle of 237.05º 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 #393C76 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5760118-
CMYK0.520.4900.54
HSL237.05º34.86%34.31%-
HSV(B)237.05º51.69%46.27%-
XYZ6.575.4117.84-
YUV65.72157.51121.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 60 (23.83% from 255) = 25.53%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=24.26%
G=25.53%
B=50.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57601180.520.4900.54237.0534.8634.31
Hex393C763431036ed2322
Octal717416664610663554342
Binary1110011111001110110110100110001011011011101101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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