#393E71

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

Shades of Torea Bay #393E71

Tints of Torea Bay #393E71

Color information

#393E71 (or 0x393E71) is unknown color: approx Torea Bay. HEX triplet: 39, 3E and 71. RGB value is (57,62,113). Sum of RGB (Red+Green+Blue) = 57+62+113=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #393E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393E71 is #C6C18E. Grayscale: #424242. Windows color (decimal): -13025679 or 7421497. OLE color: 7421497.

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

Color convert

RGB5762113-
CMYK0.500.4500.56
HSL234.64º32.94%33.33%-
HSV(B)234.64º49.56%44.31%-
XYZ6.395.5116.35-
YUV66.32154.34121.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 62 (24.61% from 255) = 26.72%
BLUE value IS 113 (44.53% from 255) = 48.71%
R=24.57%
G=26.72%
B=48.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57621130.500.4500.56234.6432.9433.33
Hex393E71322D038eb2121
Octal717616162550703534141
Binary1110011111101110001110010101101011100011101011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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