#393F71

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

Shades of Torea Bay #393F71

Tints of Torea Bay #393F71

Color information

#393F71 (or 0x393F71) is unknown color: approx Torea Bay. HEX triplet: 39, 3F and 71. RGB value is (57,63,113). Sum of RGB (Red+Green+Blue) = 57+63+113=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #393F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F71 is #C6C08E. Grayscale: #424242. Windows color (decimal): -13025423 or 7421753. OLE color: 7421753.

HSL color Cylindrical-coordinate representation of color #393F71: hue angle of 233.57º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #393F71 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5763113-
CMYK0.500.4400.56
HSL233.57º32.94%33.33%-
HSV(B)233.57º49.56%44.31%-
XYZ6.455.6216.37-
YUV66.91154.01120.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 113 (44.53% from 255) = 48.50%
R=24.46%
G=27.04%
B=48.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57631130.500.4400.56233.5732.9433.33
Hex393F71322C038ea2121
Octal717716162540703524141
Binary1110011111111110001110010101100011100011101010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,63,113); }

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

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

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

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

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

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

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