#393E70

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

Shades of Torea Bay #393E70

Tints of Torea Bay #393E70

Color information

#393E70 (or 0x393E70) is unknown color: approx Torea Bay. HEX triplet: 39, 3E and 70. RGB value is (57,62,112). Sum of RGB (Red+Green+Blue) = 57+62+112=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #393E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393E70 is #C6C18F. Grayscale: #424242. Windows color (decimal): -13025680 or 7355961. OLE color: 7355961.

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

Color convert

RGB5762112-
CMYK0.490.4500.56
HSL234.55º32.54%33.14%-
HSV(B)234.55º49.11%43.92%-
XYZ6.335.4816.05-
YUV66.2153.84121.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.68%
GREEN value IS 62 (24.61% from 255) = 26.84%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=24.68%
G=26.84%
B=48.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57621120.490.4500.56234.5532.5433.14
Hex393E70312D038eb2121
Octal717616061550703534141
Binary1110011111101110000110001101101011100011101011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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