#393B72

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

Shades of Torea Bay #393B72

Tints of Torea Bay #393B72

Color information

#393B72 (or 0x393B72) is unknown color: approx Torea Bay. HEX triplet: 39, 3B and 72. RGB value is (57,59,114). Sum of RGB (Red+Green+Blue) = 57+59+114=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 59 (23.44% from 255 or 25.65% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #393B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B72 is #C6C48D. Grayscale: #404040. Windows color (decimal): -13026446 or 7486265. OLE color: 7486265.

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

Color convert

RGB5759114-
CMYK0.500.4800.55
HSL237.89º33.33%33.53%-
HSV(B)237.89º50%44.71%-
XYZ6.295.2116.59-
YUV64.67155.84122.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 59 (23.44% from 255) = 25.65%
BLUE value IS 114 (44.92% from 255) = 49.57%
R=24.78%
G=25.65%
B=49.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57591140.500.4800.55237.8933.3333.53
Hex393B723230037ee2122
Octal717316262600673564142
Binary1110011110111110010110010110000011011111101110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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