#393C73

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

Shades of Torea Bay #393C73

Tints of Torea Bay #393C73

Color information

#393C73 (or 0x393C73) is unknown color: approx Torea Bay. HEX triplet: 39, 3C and 73. RGB value is (57,60,115). Sum of RGB (Red+Green+Blue) = 57+60+115=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #393C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C73 is #C6C38C. Grayscale: #414141. Windows color (decimal): -13026189 or 7552057. OLE color: 7552057.

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

Color convert

RGB5760115-
CMYK0.500.4800.55
HSL236.9º33.72%33.73%-
HSV(B)236.9º50.43%45.1%-
XYZ6.45.3416.91-
YUV65.37156.01122.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 60 (23.83% from 255) = 25.86%
BLUE value IS 115 (45.31% from 255) = 49.57%
R=24.57%
G=25.86%
B=49.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57601150.500.4800.55236.933.7233.73
Hex393C733230037ed2222
Octal717416362600673554242
Binary1110011111001110011110010110000011011111101101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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