#393973

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

Shades of Torea Bay #393973

Tints of Torea Bay #393973

Color information

#393973 (or 0x393973) is unknown color: approx Torea Bay. HEX triplet: 39, 39 and 73. RGB value is (57,57,115). Sum of RGB (Red+Green+Blue) = 57+57+115=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #393973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393973 is #C6C68C. Grayscale: #3F3F3F. Windows color (decimal): -13026957 or 7551289. OLE color: 7551289.

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

Color convert

RGB5757115-
CMYK0.500.5000.55
HSL240º33.72%33.73%-
HSV(B)240º50.43%45.1%-
XYZ6.245.0316.86-
YUV63.61157123.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.89%
GREEN value IS 57 (22.66% from 255) = 24.89%
BLUE value IS 115 (45.31% from 255) = 50.22%
R=24.89%
G=24.89%
B=50.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57571150.500.5000.5524033.7233.73
Hex3939733232037f02222
Octal717116362620673604242
Binary1110011110011110011110010110010011011111110000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393973; }

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

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

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

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

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

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

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

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