#393D70

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

Shades of Torea Bay #393D70

Tints of Torea Bay #393D70

Color information

#393D70 (or 0x393D70) is unknown color: approx Torea Bay. HEX triplet: 39, 3D and 70. RGB value is (57,61,112). Sum of RGB (Red+Green+Blue) = 57+61+112=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #393D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D70 is #C6C28F. Grayscale: #414141. Windows color (decimal): -13025936 or 7355705. OLE color: 7355705.

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

Color convert

RGB5761112-
CMYK0.490.4600.56
HSL235.64º32.54%33.14%-
HSV(B)235.64º49.11%43.92%-
XYZ6.285.3816.04-
YUV65.62154.17121.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 61 (24.22% from 255) = 26.52%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=24.78%
G=26.52%
B=48.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57611120.490.4600.56235.6432.5433.14
Hex393D70312E038ec2121
Octal717516061560703544141
Binary1110011111011110000110001101110011100011101100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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