#393B71

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

Shades of Torea Bay #393B71

Tints of Torea Bay #393B71

Color information

#393B71 (or 0x393B71) is unknown color: approx Torea Bay. HEX triplet: 39, 3B and 71. RGB value is (57,59,113). Sum of RGB (Red+Green+Blue) = 57+59+113=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #393B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B71 is #C6C48E. Grayscale: #404040. Windows color (decimal): -13026447 or 7420729. OLE color: 7420729.

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

Color convert

RGB5759113-
CMYK0.500.4800.56
HSL237.86º32.94%33.33%-
HSV(B)237.86º49.56%44.31%-
XYZ6.235.1916.3-
YUV64.56155.34122.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.89%
GREEN value IS 59 (23.44% from 255) = 25.76%
BLUE value IS 113 (44.53% from 255) = 49.34%
R=24.89%
G=25.76%
B=49.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57591130.500.4800.56237.8632.9433.33
Hex393B713230038ee2121
Octal717316162600703564141
Binary1110011110111110001110010110000011100011101110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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