#393D76

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

Shades of Torea Bay #393D76

Tints of Torea Bay #393D76

Color information

#393D76 (or 0x393D76) is unknown color: approx Torea Bay. HEX triplet: 39, 3D and 76. RGB value is (57,61,118). Sum of RGB (Red+Green+Blue) = 57+61+118=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #393D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D76 is #C6C289. Grayscale: #424242. Windows color (decimal): -13025930 or 7748921. OLE color: 7748921.

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

Color convert

RGB5761118-
CMYK0.520.4800.54
HSL236.07º34.86%34.31%-
HSV(B)236.07º51.69%46.27%-
XYZ6.635.5217.85-
YUV66.3157.17121.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.15%
GREEN value IS 61 (24.22% from 255) = 25.85%
BLUE value IS 118 (46.48% from 255) = 50%
R=24.15%
G=25.85%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57611180.520.4800.54236.0734.8634.31
Hex393D763430036ec2322
Octal717516664600663544342
Binary1110011111011110110110100110000011011011101100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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