#393F72

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

Shades of Torea Bay #393F72

Tints of Torea Bay #393F72

Color information

#393F72 (or 0x393F72) is unknown color: approx Torea Bay. HEX triplet: 39, 3F and 72. RGB value is (57,63,114). Sum of RGB (Red+Green+Blue) = 57+63+114=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #393F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F72 is #C6C08D. Grayscale: #424242. Windows color (decimal): -13025422 or 7487289. OLE color: 7487289.

HSL color Cylindrical-coordinate representation of color #393F72: hue angle of 233.68º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #393F72 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5763114-
CMYK0.500.4500.55
HSL233.68º33.33%33.53%-
HSV(B)233.68º50%44.71%-
XYZ6.55.6416.67-
YUV67.02154.51120.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 63 (25% from 255) = 26.92%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=24.36%
G=26.92%
B=48.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57631140.500.4500.55233.6833.3333.53
Hex393F72322D037ea2122
Octal717716262550673524142
Binary1110011111111110010110010101101011011111101010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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