#393E73

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

Shades of Torea Bay #393E73

Tints of Torea Bay #393E73

Color information

#393E73 (or 0x393E73) is unknown color: approx Torea Bay. HEX triplet: 39, 3E and 73. RGB value is (57,62,115). Sum of RGB (Red+Green+Blue) = 57+62+115=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #393E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393E73 is #C6C18C. Grayscale: #424242. Windows color (decimal): -13025677 or 7552569. OLE color: 7552569.

HSL color Cylindrical-coordinate representation of color #393E73: hue angle of 234.83º 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 #393E73 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5762115-
CMYK0.500.4600.55
HSL234.83º33.72%33.73%-
HSV(B)234.83º50.43%45.1%-
XYZ6.55.5516.95-
YUV66.55155.34121.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 62 (24.61% from 255) = 26.50%
BLUE value IS 115 (45.31% from 255) = 49.15%
R=24.36%
G=26.50%
B=49.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57621150.500.4600.55234.8333.7233.73
Hex393E73322E037eb2222
Octal717616362560673534242
Binary1110011111101110011110010101110011011111101011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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