#393F70

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

Shades of Torea Bay #393F70

Tints of Torea Bay #393F70

Color information

#393F70 (or 0x393F70) is unknown color: approx Torea Bay. HEX triplet: 39, 3F and 70. RGB value is (57,63,112). Sum of RGB (Red+Green+Blue) = 57+63+112=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #393F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F70 is #C6C08F. Grayscale: #424242. Windows color (decimal): -13025424 or 7356217. OLE color: 7356217.

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

Color convert

RGB5763112-
CMYK0.490.4400.56
HSL233.45º32.54%33.14%-
HSV(B)233.45º49.11%43.92%-
XYZ6.395.5916.07-
YUV66.79153.51121.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 63 (25% from 255) = 27.16%
BLUE value IS 112 (44.14% from 255) = 48.28%
R=24.57%
G=27.16%
B=48.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57631120.490.4400.56233.4532.5433.14
Hex393F70312C038e92121
Octal717716061540703514141
Binary1110011111111110000110001101100011100011101001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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