#393D6E

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

Shades of Torea Bay #393D6E

Tints of Torea Bay #393D6E

Color information

#393D6E (or 0x393D6E) is unknown color: approx Torea Bay. HEX triplet: 39, 3D and 6E. RGB value is (57,61,110). Sum of RGB (Red+Green+Blue) = 57+61+110=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #393D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D6E is #C6C291. Grayscale: #414141. Windows color (decimal): -13025938 or 7224633. OLE color: 7224633.

HSL color Cylindrical-coordinate representation of color #393D6E: hue angle of 235.47º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #393D6E is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5761110-
CMYK0.480.4500.57
HSL235.47º31.74%32.75%-
HSV(B)235.47º48.18%43.14%-
XYZ6.175.3315.46-
YUV65.39153.17122.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 61 (24.22% from 255) = 26.75%
BLUE value IS 110 (43.36% from 255) = 48.25%
R=25%
G=26.75%
B=48.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57611100.480.4500.57235.4731.7432.75
Hex393D6E302D039eb2021
Octal717515660550713534041
Binary1110011111011101110110000101101011100111101011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,61,110); }

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

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

 a { background-color: rgb(57,61,110); }

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

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

 span { border-color: rgb(57,61,110); }

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