#393F78

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

Shades of Torea Bay #393F78

Tints of Torea Bay #393F78

Color information

#393F78 (or 0x393F78) is unknown color: approx Torea Bay. HEX triplet: 39, 3F and 78. RGB value is (57,63,120). Sum of RGB (Red+Green+Blue) = 57+63+120=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #393F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F78 is #C6C087. Grayscale: #434343. Windows color (decimal): -13025416 or 7880505. OLE color: 7880505.

HSL color Cylindrical-coordinate representation of color #393F78: hue angle of 234.29º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #393F78 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5763120-
CMYK0.520.4800.53
HSL234.29º35.59%34.71%-
HSV(B)234.29º52.5%47.06%-
XYZ6.865.7818.52-
YUV67.7157.51120.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.75%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 120 (47.27% from 255) = 50%
R=23.75%
G=26.25%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57631200.520.4800.53234.2935.5934.71
Hex393F783430035ea2423
Octal717717064600653524443
Binary1110011111111111000110100110000011010111101010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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