#393B73

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

Shades of Torea Bay #393B73

Tints of Torea Bay #393B73

Color information

#393B73 (or 0x393B73) is unknown color: approx Torea Bay. HEX triplet: 39, 3B and 73. RGB value is (57,59,115). Sum of RGB (Red+Green+Blue) = 57+59+115=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #393B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B73 is #C6C48C. Grayscale: #404040. Windows color (decimal): -13026445 or 7551801. OLE color: 7551801.

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

Color convert

RGB5759115-
CMYK0.500.4900.55
HSL237.93º33.72%33.73%-
HSV(B)237.93º50.43%45.1%-
XYZ6.355.2416.9-
YUV64.79156.34122.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.68%
GREEN value IS 59 (23.44% from 255) = 25.54%
BLUE value IS 115 (45.31% from 255) = 49.78%
R=24.68%
G=25.54%
B=49.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57591150.500.4900.55237.9333.7233.73
Hex393B733231037ee2222
Octal717316362610673564242
Binary1110011110111110011110010110001011011111101110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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