#393A70

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

Shades of Torea Bay #393A70

Tints of Torea Bay #393A70

Color information

#393A70 (or 0x393A70) is unknown color: approx Torea Bay. HEX triplet: 39, 3A and 70. RGB value is (57,58,112). Sum of RGB (Red+Green+Blue) = 57+58+112=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #393A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A70 is #C6C58F. Grayscale: #3F3F3F. Windows color (decimal): -13026704 or 7354937. OLE color: 7354937.

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

Color convert

RGB5758112-
CMYK0.490.4800.56
HSL238.91º32.54%33.14%-
HSV(B)238.91º49.11%43.92%-
XYZ6.135.0715.98-
YUV63.86155.17123.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 58 (23.05% from 255) = 25.55%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=25.11%
G=25.55%
B=49.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57581120.490.4800.56238.9132.5433.14
Hex393A703130038ef2121
Octal717216061600703574141
Binary1110011110101110000110001110000011100011101111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,58,112); }

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

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

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

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

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

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

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