#393C72

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

Shades of Torea Bay #393C72

Tints of Torea Bay #393C72

Color information

#393C72 (or 0x393C72) is unknown color: approx Torea Bay. HEX triplet: 39, 3C and 72. RGB value is (57,60,114). Sum of RGB (Red+Green+Blue) = 57+60+114=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #393C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C72 is #C6C38D. Grayscale: #414141. Windows color (decimal): -13026190 or 7486521. OLE color: 7486521.

HSL color Cylindrical-coordinate representation of color #393C72: hue angle of 236.84º 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 #393C72 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5760114-
CMYK0.500.4700.55
HSL236.84º33.33%33.53%-
HSV(B)236.84º50%44.71%-
XYZ6.345.3216.61-
YUV65.26155.51122.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.68%
GREEN value IS 60 (23.83% from 255) = 25.97%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=24.68%
G=25.97%
B=49.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57601140.500.4700.55236.8433.3333.53
Hex393C72322F037ed2122
Octal717416262570673554142
Binary1110011111001110010110010101111011011111101101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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